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