[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Patch Org IDP Mapping
DescriptionPatch the IDP tenant domain associated to the mapping
Request
URLURL
https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}
Path Parameters
Path Parameters
string
orgId
Required
orgId
Request Body
Request Body
{
"idpTenantDomain": "abccompany"
}
string
idpTenantDomain
Optional
IDP tenant domain/Tenant Alias
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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
Time when the idp tenant mapping was done
string
displayName
Optional
display name
array of
string
domains
Optional
List of domains
string
idpTenantDomain
Optional
IDP tenant domain/Tenant Alias
string
idpTenantId
Optional
WorkspaceOne Access IDP TenantId
string
idpType
Optional
IDP Type
array of
string
orgIds
Optional
List of Org Ids
string as date-time
updatedAt
Optional
Time when the idp tenant mapping was updated
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{"idpTenantDomain":"abccompany"}' https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: patchRequest
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Auth Operations
get
delete
delete
post
get
get
get
get
post
post
patch
post
post