Get User Privileges

Get User Privileges

This api gives the summary of all the privileges for the logged in user.

Request
URI
GET
https://{api_host}/tca/rbac/api/v1/orgs/{orgId}/userPrivileges
COPY
Path Parameters
string
orgId
Required

The identifier of the tenant


Authentication
This operation uses the following authentication methods.
Responses
200
Returns UserPrivileges of type(s) application/json
{
    "items": [
        "string"
    ]
}
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
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors