Add ticket followers
POST {{baseUrl}}/v1/tickets/:ticket_id/addFollowers
This API adds one or more users to the followers list of a ticket.
OAuth Scope
Desk.tickets.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
followerIds (required) | <list> | the list of ids to be added as follower |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |