admin_conversations_restrictAccess_addGroup
POST
/admin.conversations.restrictAccess.addGroup 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;
}
channel_id: string;
group_id: string;
team_id?: string;
token: string;
}
Responses
200 application/json
Typical success response
{ ok: DefsOkTrue ; }
default application/json
Typical error response
{ ok: DefsOkFalse ; }