Update Profile
PUT/user/me
Updates the current user's personal profile information.
This request supports four optional request body parameters, which you can see in the JSON example below:
{
"defaultRoleId": "",
"firstName": "",
"lastName": "",
"timeZone": "",
}
The red required labels in the request body schema below apply only when you create a new user profile, so the labels don't apply to this request.
Request
Responses
- 200
- 400
- 403
successful operation
empty_user_profile_provided / missing_first_name / missing_time_zone / invalid_time_zone / user_inactive_or_not_exist / default_role_not_belonging_to_user_role_list / invalid_user_role
cannot_disable_own_profile / access_keys_cannot_update_owner_profile