[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get User Desktop Mapping
DescriptionEntitlementId is a must. UserId and TemplateId are optional.
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v1/userdesktopmapping
Query Parameters
Query Parameters
string
entitlementId
Optional
entitlementId
string
org_id
Optional
org_id
string
poolId
Optional
poolId
string
templateId
Optional
templateId
string
userId
Optional
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/userdesktopmapping
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen