Get contact followers
GET {{baseUrl}}/v1/contacts/:contact_id/followers
This API fetches the list of users following a contact.
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the followers must be fetched | |
limit | string | Number of followers to list |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"firstName":"","lastName":"agent","photoURL":"https://desk.zoho.com/api/v1/agent/5000000012903/photo","id":"5000000012903","email":"agent@zylker.com"},{"firstName":"","lastName":"deskagent","photoURL":"https://desk.zoho.com/api/v1/agent/5000000012902/photo","id":"5000000012902","email":"deskagent@zylker.com"}]}