Add multiple users to team
POST/api/v4/teams/:team_id/members/batch
Add a number of users to the team by user_id.
Permissions
Must be authenticated. Authenticated user must have the add_user_to_team permission.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Team members created successfully.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found