Get team members for a user
GET/api/v4/users/:user_id/teams/members
Get a list of team members for a user. Useful for getting the ids of teams the user is on and the roles they have in those teams.
Permissions
Must be logged in as the user or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team members retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found