Create a team
POST/userApi/fleets/groups
Creates a team in the current organization.
Request
Responses
- 200
- 401
- 403
Returns the created team when success: true. Business validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.