Retrieves details of the requested user based on the provided user ID.
GET/users/{userId}
Authorization
Path parameters
userId*string (uuid)
Enter the ID of an existing user
Query parameters
Response
Success: Requested user retrieved successfully.
Body
userIdnullable string (uuid)
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.
tenantsnullable array of object
A public property of type list of tenant detail view that has both a getter and a setter method, which allows for getting and setting the value of the Tenants property.