[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Org IDP Mapping
DescriptionMap CSP org ID to IDP tenant and domains
Request
URLURL
https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map
Request Body
Request Body
{
"code": "FkNzQyOGRmNTYiLCJjaWQ",
"force": false,
"redirectUri": "https://horizonv2-sg.devframe.cp.horizon.vmware.com/auth/v1/callback"
}
string
code
Required
Code value
boolean
force
Required
Force update of multiple IDP tenant to CSP org mapping
string
redirectUri
Required
Url to redirect to
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
Possible values are: AZURE , WS1A
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 POST -H "Content-Type: application/json" -d '{"code":"FkNzQyOGRmNTYiLCJjaWQ","domains":["string"],"force":false,"idpTenantDomain":"abccompany","idpTenantId":"tenant01.workspaceoneaccess.com","idpType":"AZURE/WS1A","redirectUri":"https://horizonv2-sg.devframe.cp.horizon.vmware.com/auth/v1/callback"}' https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: orgIdpMappingRequest
[{"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