GET Ad
Gets the Active Directory configuration settings.
Request
URI
GET
https://{api_host}/api/v2/ad
COPY
Responses
200
Successfully retrieved the Active Directory configuration settings.
Returns
ad.get.response
of type(s)
application/json
{
"enableAD": true,
"domain": "example.com",
"domainServers": [
"host1.example.com",
"host2.example.com",
"host3.example.com"
],
"username": "exampleuser",
"password": "",
"connType": "CUSTOM",
"port": 636,
"sslOnly": true
}
401
Operation doesn't return any data structure
440
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/ad