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

Gets single User by its unique ID.

Response Information

Response body formats

application/json, text/json

Sample:
{
    "odata.metadata":"http://sampleserver.com/odata/$metadata#User/@Element",
    "UserID":"451bc875-cdcc-4c9b-87ca-26c33541e15b",
    "SiteName":"SampleSite",
    "FirstName":null,
    "LastName":null,
    "Gender":null,
    "MaritalStatus":null,
    "PictureThumbFilePath":null,
    "PictureFilePath":null,
    "City":null,
    "Country":null,
    "IsPrivate":null,
    "NotificationsOptOut":null,
    "NotificationsOptOutByUser":null,
    "AboutMe":null,
    "CreatedTime":"2013-09-13T20:30:35.7513386-07:00",
    "UpdatedTime":null,
    "UserName":"UnitTestUsern5hr",
    "Email":"unit.test.user@server.com",
    "Comment":null,
    "UserNameToCreate":null,
    "PasswordToCreate":null,
    "EmailToCreate":null
}