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
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.conversations:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}