Get account followers

GET {{baseUrl}}/v1/accounts/:account_id/followers

This API fetches the list of users following an account.

OAuth Scope

  • Desk.contacts.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number, starting from which the followers must be fetched
limitstringNumber of followers to list

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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"}]}