[{"label":"Latest (v1.0)","version":"latest"}]
csp
Get Org Linked IDP Details
DescriptionGets IDP Details linked to the organization
Validation: Only Organization Owner with same IdP can retrieve the details.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ❌ |
Request
URLURL
https://{api_host}/csp/gateway/am/api/orgs/{orgId}/idp
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Parameter Serialization Style:
simple Explode:false
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
OrgLinkedIdpResponse
of type application/json
{
"idpDetails": {
"idpDisplayName": "VMware, Inc",
"idpDomains": [
"string"
],
"idpId": "string"
},
"mappedToIdp": false
}
boolean
mappedToIdp
Optional
Errors
Code Samples
Code Samples
cURL Command
curl https://{api_host}/csp/gateway/am/api/orgs/{orgId}/idp
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-required-roles: org_owner
x-slo-tier: TIER2
[{"label":"Latest (v1.0)","version":"latest"}]
csp
On This Page
Organization Operations
post
post
delete