Add user to team
POST/api/v4/teams/:team_id/members
Add user to the team by user_id.
Permissions
Must be authenticated and team be open to add self. For adding another user, authenticated user must have the add_user_to_team permission.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Team member creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found