v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Conversations

Add conversation followers

Adds teammates to the list of followers of a conversation.

Required scope: conversations:write

post/conversations/{conversation_id}/followers

Path parameters

conversation_idstring required

The conversation ID

Query parameters

ignore_errorsboolean

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

Request body

teammate_idsstring[] required

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

Response

No content