Access Control
Manage user access
Account Accesses
Get list of account accesses for which specifier_type is User or Invite. You have to have account admin/owner permissions for this endpoint to work.
If you specify project_ids, inbox_ids or domain_ids, the endpoint will return account accesses for these resources.
Pass the API token in the Api-Token
Unique account ID
3229The identifiers of the projects for which to include the results
["3938"]The identifiers of the inboxes for which to include the results
["3757"]The identifiers of the domains for which to include the results
["3883"]OK
Returns unauthorized error message. Check your credentials.
Returns forbidden error message. Check your permissions.
If specifier type is User, it removes user permissions.
If specifier type is Invite or ApiToken, it removes specifier along with permissions.
You have to be an account admin/owner for this endpoint to work.
Pass the API token in the Api-Token
Unique account ID
3229Unique account access ID
4788Returns confirmation of successful deletion and id of the deleted access.
Returns unauthorized error message. Check your credentials.
Returns forbidden error message. Check your permissions.
Returns not found error message
Last updated
Was this helpful?

