User - Fetch details of the requested user
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
userIdstring · uuidRequired
Expects Id of an existing user
Query parameters
includestring · enumOptionalPossible values:
Enum for include props.
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Successful retrieval of the requested user
Class for representing the view of user detail.
userIdstring · uuid · nullableOptional
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the userId property.
401
Un-authorized request
404
Indicates that the requested user does not exist
500
Server related error
get
/users/{userId}Last updated