# Update a user Updates an existing user with the specified attributes. Endpoint: PUT /rest/v2/users/{id} Version: v2 ## Path parameters: - `id` (string, required) User UUID ## Request fields (application/json): - `user` (object, required) - `user.display_name` (string) User display name - `user.avatar` (string) Avatar URL - `user.avatar_url` (string) Avatar URL - `user.status` (string) User status Enum: "active", "closed" - `user.manager_uuid` (string) Manager UUID - `user.license_type` (string) User license type Enum: "standard", "hris_only", "guest" - `user.profile_attributes` (object) - `user.profile_attributes.first_name` (string) First name - `user.profile_attributes.last_name` (string) Last name - `user.profile_attributes.job_title` (string) Job title - `user.profile_attributes.timezone` (string) Timezone - `user.profile_attributes.locale` (string) Locale - `user.profile_attributes.about` (string) About text ## Response 200 fields (*/*): - `uuid` (string, required) Uuid - `display_name` (string, required) Display name - `account_id` (string) Account - `status` (string, required) Status - `manager_uuid` (string) Manager uuid - `path` (string) Path - `creator_uuid` (string) Creator uuid - `license_type` (string, required) License type - `display_name_source` (string, required) Display name source ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields ## Response 429 fields ## Response 500 fields