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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the users must be listed | |
limit | string | Number of users to list |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"users":[{"name":"Jade Tywin","id":"3000000000485"},{"name":"Steve","id":"3000000000487"}]}