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