Permission

List permissions

Returns the catalog of permissions that can be attached to company roles and memberships. This is global reference data — it is not company-scoped and does not require the company-id header (it is on the whitelist).

get/v1/permissions

Parameters

#/paths/~1v1~1users/get/parameters/1 — unresolved $ref
#/paths/~1v1~1users/get/parameters/2 — unresolved $ref
#/paths/~1v1~1users/get/parameters/3 — unresolved $ref
#/paths/~1v1~1users/get/parameters/4 — unresolved $ref

Response

Paginated list of permissions.

idstring uuid required
namestring required

Permission identifier, e.g. cards_view, members_management, banking_transactions_authorize.

resource_typestring nullable
resource_idstring nullable
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "name": "members_management"
  }
]

Changes