Search + K

Command Palette

Search for a command to run...

Sign In

admin_conversations_restrictAccess_listGroups

GET /admin.conversations.restrictAccess.listGroups
Copy endpoint
https://slack.com/api

List all IDP Groups linked to a channel

Parameters

query Query Parameters

Name Type
token required

Authentication token. Requires scope: admin.conversations:read

string
channel_id required
string
team_id

The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.

string

Responses

200 application/json

Typical success response

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

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }