admin conversations set Teams

POST {{baseUrl}}/admin.conversations.setTeams

Set the workspaces in an Enterprise grid org that connect to a public or private channel.

Request Body

[{"name"=>"channel_id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"team_id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"target_team_ids", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"org_channel", "value"=>"<boolean>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.conversations:write
Content-Typestring

RESPONSES

status: OK

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