Create a company user
POST/userApi/fleets/users
Creates a user in the current organization.
Request
Responses
- 200
- 401
- 403
Returns the created organization user 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.