Get channel memberships and roles for a user
GET/api/v4/users/:user_id/teams/:team_id/channels/members
Get all channel memberships and associated membership roles (i.e. channel_user, channel_admin) for a user on a specific team.
Permissions
Logged in as the user and view_team permission for the team. Having manage_system permission voids the previous requirements.
Request
Responses
- 200
- 400
- 401
- 403
Channel members retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions