Permissions
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Executed successfully.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/authorization/permission-setsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
permissionSetIdstring · uuidRequired
Responses
200
Executed successfully.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/authorization/permission-sets/{permissionSetId}Authorizations
AuthorizationstringRequired
Bearer authentication
Body
resourceTypestring · enumRequiredPossible values:
Resource type enum for authorization.
Note: The 'apps' resource type is DEPRECATED. Please use 'service-account' instead for managing service accounts.
actionstring · enum · nullableOptionalPossible values:
Responses
200
Executed successfully.
application/json
401
Unauthorized
application/json
500
unexpected error
application/json
503
unexpected error
application/json
post
/api/v1/authorization/permitted-scopesLast updated