Updates a member user’s own profile through a self-service operation with restricted field access for security.
model (MemberUserUpdateCommandRequest, required) — Profile update including:
firstName (string, optional) — Updated first name.lastName (string, optional) — Updated last name.phoneNumber (string, optional) — Updated phone number.UserUpdateCommandResponse indicating whether the member profile update was successful.
The access token received from the authorization server in the OAuth 2.0 flow.
The profile update request containing only the fields the member user is allowed to modify (name, phone, preferences).
Represents the command payload for updating a member user's association data.
The email address that uniquely identifies the user.
250The unique identifier of the user being updated.
First Name
150Last Name
150The identifier of the company context for the update.
Indicates whether the user is an administrator for the company.
The collection of project identifiers assigned to the user.
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 user information.
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