v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

Copy of /departments

Returns a collection of your account departments. Required scope: r_account. Accessible with all token types.

get/permission_sets

Response

200

idstring

The unique identifier for the permission set

namestring

The unique reference name. Important: Use this specific value (not the id or label) when assigning permissions to a user, such as when inviting new members or updating the roles of existing members

Example response

[
  {
    "id": "3ff4d641",
    "name": "Commercial"
  }
]