Allowed actions

Get allowed actions

get

Return actions allowed to the user on one or more resources.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
userIdstringOptional

Id of the target user or me for the current user

Default: me
resourceTypestring · enumOptionalPossible values:
resourceIdstringOptional
Responses
200

Successful response

application/json
get
/permissions/allowed-actions
GET /rest/permissions/allowed-actions HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "userId": "text",
  "allowedActions": [
    "READ"
  ]
}