Permissions
Authorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_access_idinteger · int64 · min: 1RequiredExample:
Unique account access ID
5142Body
Responses
200
Returns message about successful update of permissions.
application/json
messagestringOptional
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/account_accesses/{account_access_id}/permissions/bulkAuthorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Responses
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
Nested resource tree for permission management. type values include account, project, sandbox,
domain, email_template_permission_scope, email_campaign_permission_scope, and others.
idintegerOptional
namestringOptional
typestringOptional
access_levelintegerOptional
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
get
/api/permissions/resourcesLast updated
Was this helpful?

