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

Map Org IDP

Description

Map CSP org ID to IDP tenant and domains

Request

Request

URL

URL


post
https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map
Copy

Request Body

Request Body

OrgIdpMappingRequest of mimetype application/json Required
{
	"code": "string",
	"idpTenantDomain": "string"
}
string
code Required

string
idpTenantDomain Required

array of string
domains Optional

boolean
force Optional

string
idpTenantId Optional

string
idpType Optional

Possible values are: azurews1aws1a_onprem


string
redirectUri Optional
Response

Response

Response Body

Response Body

200 OK

Returns OrgIdpMappingResponse of type */*
{
	"createdAt": "string",
	"displayName": "string",
	"domains": [
		"string"
	],
	"idpTenantDomain": "string",
	"idpTenantId": "string",
	"idpType": "string",
	"orgIds": [
		"string"
	],
	"updatedAt": "string"
}
string as date-time
createdAt Optional

string
displayName Optional

array of string
domains Optional

string
idpTenantDomain Optional

string
idpTenantId Optional

string
idpType Optional

array of string
orgIds Optional

string as date-time
updatedAt Optional

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"code":"string","domains":["string"],"force":false,"idpTenantDomain":"string","idpTenantId":"string","idpType":"azure","redirectUri":"string"}' https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map


Feedback

Was this page helpful?