User - Fetch details of the requested user

Fetch details of the requested user

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
userIdstring · uuidRequired

Expects Id of an existing user

Query parameters
includestring · enumOptional

Enum for include props.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
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.

get
/users/{userId}

Last updated