POST
/conversations.inviteInvite users to a conversation
Invites one or more users to a public or private channel. Provide the destination channel and a comma-separated users list containing the users to invite. The response contains the updated conversation object after the invitation is processed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `conversations:write` scope.
Optional invitation request identifying the target channel and comma-separated users to invite.
channelstringoptional
The ID of the public or private channel to invite user(s) to.
usersstringoptional
A comma separated list of user IDs. Up to 1000 users may be listed.
200Returns the updated conversation object after the invitations are extended.
channelarrayrequired
okbooleanrequired
defaultReturned when invitations are unsupported for the conversation type, the channel or a user cannot be found, a user is already present or cannot be invited, or the invitation exceeds the allowed user limit.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringoptional
errorsarray<object>optional
neededstringoptional
okbooleanrequired
providedstringoptional
Error handling
channel must identify a public or private channel that supports invitations, and each value in users must be a user identifier. The users list can contain up to 1000 users, and the authentication token must have the conversations:write scope.