POST
/admin.conversations.inviteInvite users to a channel
Invites one or more users to a public or private channel. Supply user_ids and channel_id in the form-encoded request body to identify the invitees and destination. The authenticated user must use a token with the administrative write scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `admin.conversations:write` scope.
Form-encoded channel invitation details.
user_idsstringrequired
The users to invite.
channel_idstringrequired
The channel that the users will be invited to.
200Returns a successful response containing the `ok` flag after processing the invitation request.
okbooleanrequired
defaultReturned when the invitation cannot be processed successfully; the response contains `ok: false` and an error value.
errorstringrequired
okbooleanrequired
Error handling
token must provide the admin.conversations:write scope. The request body must include both user_ids and channel_id, and user_ids must identify the users to invite.