Get users by group channels ids
POST/api/v4/users/group_channels
Get an object containing a key per group channel id in the query and its value as a list of users members of that group channel.
The user must be a member of the group ids in the query, or they will be omitted from the response.
Permissions
Requires an active session but no other permissions.
Minimum server version: 5.14
Request
Responses
- 200
- 400
- 401
User list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided