Get User Privileges
This api gives the summary of all the privileges for the logged in user.
Request
URI
GET
https://{api_host}/admin/hybridity/api/authz/rbac/userPrivileges
COPY
Responses
200
Accepted
Returns userPrivileges of type(s) application/json
{
"items": [
"items",
"items"
]
}
array of string
items
Optional
items
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Rbac User Privileges Operations
GET
Get User Privileges