List credit holders

GET {{baseUrl}}/api/v1/credits/([0-9]+)/users

This API lists a particular number of users with credits, based on the limit defined.

OAuth Scope

  • Desk.settings.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number, starting from which the users must be listed
limitstringNumber of users to list

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"users":[{"name":"Jade Tywin","id":"3000000000485"},{"name":"Steve","id":"3000000000487"}]}