Permissions
Authorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229account_access_idinteger · int64 · min: 1RequiredExample:
Unique account access ID
5142Body
Responses
200
Returns message about successful update of permissions.
application/json
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
404
Returns not found error message
application/json
put
/api/accounts/{account_id}/account_accesses/{account_access_id}/permissions/bulkAuthorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229Responses
200
Returns the resources nested according to their hierarchy.
- access_level in this response represents the access level of the token used to make the request.
application/json
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
get
/api/accounts/{account_id}/permissions/resourcesLast updated
Was this helpful?

