Get a team member
GET/api/v4/teams/:team_id/members/:user_id
Get a team member on the system.
Permissions
Must be authenticated and have the view_team permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team member retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found