/accesslevels/list
Retrieves all access levels as configured in each access control system that the integrator has access to.
Authentication Type: Integration API Key
📩 Request Body Parameters
There is no parameters for this request.
Responses
✅200 OK Response Body Parameters
AccessLevelResponse Model
Field | Type | Description |
| array[AccessLevel] | Array of access levels. |
AccessLevel Model
Field | Type | Description |
| string | The id of the access level. |
| string | The name of the access level. |
| string | Identifier of the access control system the access level belongs to. |
Last updated