Add conversation followers

Adds teammates to the list of followers of a conversation.

Required scope: conversations:write

Path Params
string
required
Defaults to cnv_123

The conversation ID

Query Params
boolean
Defaults to false

Whether to ignore invalid teammate IDs and continue adding valid ones.

Body Params
teammate_ids
array of strings
required
length ≤ 50

IDs of the teammate to add to the followers list. Alternatively, you can supply the teammates as a resource alias.

teammate_ids*
Responses
204

No content

301

If the conversation has been merged, the response redirects you to the merged conversation.

Language
Credentials
Bearer
JWT
LoadingLoading…