get /users/{id}

Gets a specified user.

Returns the user specified by the id parameter.

Path parameters

id (required)
The ID of the user to return.

Return type

UserResponse

Example data

Content-Type: application/json

{ "data" : { "domainAccount" : "domainAccount", "subFolder" : "subFolder", "created" : "2000-01-23T04:56:07.000+00:00", "timezone" : "timezone", "jobTitle" : "jobTitle", "alternateEmail1" : "alternateEmail1", "description" : "description", "office" : "office", "userName" : "userName", "locale" : "en", "title" : "title", "enabled" : true, "folder" : "folder", "alternateEmail3" : "alternateEmail3", "lastUpdate" : "2000-01-23T04:56:07.000+00:00", "alternateEmail2" : "alternateEmail2", "nickname" : "nickname", "company" : "company", "id" : "00000000-0000-0000-0000-000000000000", "department" : "department", "email" : "email" } }

Responses

200
Success. Details about the specified user are returned.

400
The id parameter is malformed.

404
The specified user was not found.