Skip to main content

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

successful operation