Channel members minus group members.
GET/api/v4/channels/:channel_id/members_minus_group_members
Get the set of users who are members of the channel minus the set of users who are members of the given groups.
Each user object contains an array of group objects representing the group memberships for that user.
Each user object contains the boolean fields scheme_guest, scheme_user, and scheme_admin representing the roles that user has for the given channel.
Permissions
Must have manage_system permission.
Minimum server version: 5.14
Request
Responses
- 200
- 400
- 401
- 403
Successfully returns users specified by the pagination, and the total_count.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions