Get team members by ids
POST/api/v4/teams/:team_id/members/ids
Get a list of team members based on a provided array of user ids.
Permissions
Must have view_team permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
Team members retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions