Search + K

Command Palette

Search for a command to run...

Sign In

admin_conversations_restrictAccess_addGroup

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

Add an allowlist of IDP groups for accessing a channel

Request Body

application/x-www-form-urlencoded required
{
channel_id: string;
group_id: string;
team_id?: string;
token: string;
}

Responses

200 application/json

Typical success response

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

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }