Modifies a company user’s profile information, role, or active status with changes taking effect immediately across all projects.
id (guid, required) — Unique identifier of the company user to update.model (CompanyUserUpdateCommandRequest, required) — Updated user information including:
id (guid, required) — User identifier (must match path parameter).firstName (string, optional) — Updated first name.lastName (string, optional) — Updated last name.role (string, optional) — Updated role (Admin or Member).phoneNumber (string, optional) — Updated phone number.isActive (bool, optional) — Active status.CompanyUserUpdateCommandResponse indicating update success.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the company user to update.
The updated user information including name, role, and status.
Base structure for command requests that modify data. Represents the payload used to create a company user association. Represents the payload used to update a company user association.
The unique identifier of the user being added to the company.
The identifier of the company the user is being added to.
The company-level roles assigned to the user.
None, Admin, User The identifier of the company user record being updated.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after updating a company user.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null