[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get All Mappings By User
DescriptionUserId is a must
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v1/report/dedicated-desktops
Query Parameters
Query Parameters
string
org_id
Optional
org_id
string
userId
Required
userId
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
UserDesktopMapping
of type */*
{
"createdAt": "string",
"disabled": false,
"entitlementId": "string",
"hdcId": "string",
"id": "string",
"location": "string",
"orgId": "string",
"poolId": "string",
"templateId": "string",
"updatedAt": "string",
"userId": "string",
"userName": "string",
"userPrincipalName": "string",
"vmId": "string"
}
string as date-time
createdAt
Optional
boolean
disabled
Optional
string
entitlementId
Optional
string
hdcId
Optional
string
id
Optional
string
location
Optional
string
orgId
Optional
string
poolId
Optional
string
templateId
Optional
string as date-time
updatedAt
Optional
string
userId
Optional
string
userName
Optional
string
userPrincipalName
Optional
string
vmId
Optional
Errors
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Not found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/portal/v1/report/dedicated-desktops?userId=string
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen