[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get User Desktop Mapping

Description

EntitlementId is a must. UserId and TemplateId are optional.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v1/userdesktopmapping
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v1/userdesktopmapping


[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Feedback

Was this page helpful?