Modifies user-project association to change roles or permissions without recreating the association.
id (guid, required) — Association identifier.model (CompanyProjectUserUpdateCommandRequest, required) — Updates including:
role (string, optional) — New role (Admin, Member, Viewer).permissions (array, optional) — Updated permission list.CompanyProjectUserUpdateCommandResponse indicating update success.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project user association to update.
The updated association details including role or permission changes.
Base structure for command requests that modify data. Represents the payload used to create a project membership for a company user. Represents the payload used to update a project membership for a company user.
The identifier of the project to which the user is being assigned.
The identifier of the company user being assigned to the project.
The project level roles granted to the user.
None, Admin, User The identifier of the project membership being updated.
Returns success when the project user association is updated successfully.
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 project 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