conversations invite

POST {{baseUrl}}/conversations.invite

Invites users to a channel.

Request Body

[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"users", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstringAuthentication token. Requires scope: conversations:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;channel&quot;:{}}