Get a user's teams
GET/api/v4/users/:user_id/teams
Get a list of teams that a user is on.
Permissions
Must be authenticated as the user or have the manage_system permission.
Request
Responses
- 200
- 400
- 401
- 403
Team list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions