PUT odata/Users(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Updates all properties of a single User.

Request Information

Request body formats

application/json, text/json

Sample:
{
    "UserID":"EDAE8E3D-BBC0-48B4-8582-095A4E0D6BF0",
    "SiteName":"SampleSite",
    "City":"Las Vegas",
    "AboutMe":"Some updated note",
    "IsPrivate":true,
    "NotificationsOptOut":true
}
Important Note: All other, not specified properties will be erased for that User. For incremental updates please use PATCH Api.

Response Information

HTTP/1.1 204 No Content