List badge holders
GET {{baseUrl}}/api/v1/badges/([0-9]+)/users
This API lists a particular number of users with badges, 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":"3000000000455"},{"name":"Steve","id":"3000000000385"}]}