Get role count
GET {{baseUrl}}/api/v1/roles/count
This API fetches the number of roles configured in your help desk.
OAuth Scope
Desk.settings.READ
Desk.basic.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
isVisible | string | Key that filters roles according to their visibility in the UI | |
isDefault | string | Key that denotes whether the roles must be default roles or custom roles |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":5}