AD Integration

Get

get

Retrieve AD Integration Settings.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to retrieve the AD Integration Settings. (optional)

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/ADIntegrationSettings

Update

put

Modify AD Integration Settings.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the AD Integration Settings. (optional)

Body

Update the AD integration settings

certificateAuthoritystring · max: 255 · nullableOptional

Certificate authority

enrollmentAgentUsernamestring · min: 1 · max: 255 · nullableOptional

Username of the enrollment agent

enrollmentAgentPasswordstring · nullableOptional

Password of the account specified in the EnrollmentAgentUsername parameter.

nlaUsernamestring · min: 1 · max: 255 · nullableOptional

Principal name in UPN format used to initialize the RDP session.

nlaPasswordstring · nullableOptional

Password of the account specified in the NLAUsername parameter.

Responses
put
/api/ADIntegrationSettings

No content

Last updated

Was this helpful?