Create a team
POST/api/v4/teams
Create a new team on the system.
Permissions
Must be authenticated and have the create_team permission.
Request
Responses
- 201
- 400
- 401
- 403
Team creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions