Update an organization profile
POST/userApi/fleets/company/profile
Updates the current organization profile and returns updated organization data. This endpoint updates the organization from the bearer token context. Do not send company_id.
Request
Responses
- 200
- 401
- 403
Returns the updated organization profile.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.