Search + K

Command Palette

Search for a command to run...

Sign In

admin_conversations_setTeams

POST /admin.conversations.setTeams
Copy endpoint
https://slack.com/api

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

Parameters

header Header Parameters

Name Type
token required

Authentication token. Requires scope: admin.conversations:write

string

Request Body

application/x-www-form-urlencoded required
{
channel_id: string;
org_channel?: boolean;
target_team_ids?: string;
team_id?: string;
}

Responses

200 application/json

Typical success response

{ ok: DefsOkTrue
type DefsOkTrue = true
; }
default application/json

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }