User - Retrieves user details by ID
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
userIdstring · uuidRequired
Enter the ID of an existing user
Query parameters
includestring · enumOptionalPossible values:
Enum for include props.
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Success: Requested user retrieved successfully.
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
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The requested user does not exist in the system
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/users/{userId}Last updated