User - Retrieves user details by ID

Retrieves details of the requested user based on the provided user ID.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
userIdstring · uuidRequired

Enter the 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

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.

get
/users/{userId}

Last updated