admin usergroups list Channels
GET {{baseUrl}}/admin.usergroups.listChannels?usergroup_id=<string>&team_id=<string>&include_num_members=<boolean>
List the channels linked to an org-level IDP group (user group).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
usergroup_id | string | (Required) ID of the IDP group to list default channels for. | |
team_id | string | ID of the the workspace. | |
include_num_members | string | Flag to include or exclude the count of members per channel. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.usergroups:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}