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

Get Azure Ad Setup

Description

Get Azure AD setup

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/auth/v1/admin/azure-ad-setup
Copy

Query Parameters

Query Parameters

string
org_id Optional

Response

Response

Response Body

Response Body

200 OK

Returns AzureAdSetup of type */*
{
    "granterUserId": "granterUserId",
    "idpTenantId": "idpTenantId",
    "orgId": "orgId",
    "status": "STARTED"
}
string
orgId Required

Org ID


string
status Required

Status of setup

Possible values are: STARTEDGRANTED


string
granterUserId Optional

User Id of Azure AD user that granted consent


string
idpTenantId Optional

IDP Tenant Id

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/auth/v1/admin/azure-ad-setup


Feedback

Was this page helpful?