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

Patch Org IDP Mapping

Description

Patch the IDP tenant domain associated to the mapping

Request

Request

URL

URL


patch
https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}
Copy

Path Parameters

Path Parameters

string
orgId Required

Request Body

Request Body

OrgIdpPatchRequest of mimetype application/json Required
{
	"idpTenantDomain": "string"
}
string
idpTenantDomain Required
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 PATCH -H "Content-Type: application/json" -d '{"idpTenantDomain":"string"}' https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}


Feedback

Was this page helpful?