List Followers for a Ticket
GET {{baseUrl}}/api/v2/tickets/:ticket_id/followers
Returns any users who follow the ticket.
Availability
The CCs and Followers feature must be enabled in Zendesk Support.
Allowed For
- Agents
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"users":[{"id":223443,"name":"Johnny Agent"},{"id":8678530,"name":"Peter Admin"}]}