GET {{baseUrl}}/users/:userId/permissions
Get permissions that have been granted to the user. For user-level apps, pass the Users can be assigned a set of permissions that allows them to access only the pages or information that a user needs to view or edit. Scopes: Rate Limit Label: me
value instead of the userId
parameter.user:read:admin
,user:read
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"permissions": [
"<string>",
"<string>"
]
} |
ENDPOINTS