You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this we need to use the auth service RPC method called "auth_file.read".
We can then extract just the one role we want (from the appropriate entry in the roles key) and return its capabilities.
Retrieve the capabilities assigned to a role on the specified platform.
Request:
BEARER <jwt_token>
Response:
200 OK
application/json
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: