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

KeyDatatypeRequiredDescription
visiblestringKey that filters profiles according to their visibility in the UI
defaultstringKey that denotes whether the profiles must be default profiles or custom profiles

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"count":8}