API Guide

Table 29. Attributes(continued)
Attribute Description
DirectoryType Directory Type.
/api/AccountService/ExternalAccountProvider/
ADAccountProvider
This URI represents the collection of Active-Directory services.
GET method for ADAccountProvider
This method returns the details of Active Directory services. The details include name, server type, user name, timeouts, and port
information.
Description Returns the collection of Active Directory services.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.ADAccountProvider)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider(1264)",
"Id": 1264,
"Name": "Dell Servers",
"ServerType": "MANUAL",
"ServerName": [
"ausdc12amer29.amer.dell.com"
],
"UserName": "Admin",
"Password": "XXXXXX",
"ServerPort": 3268,
"SsoEnablement": false,
"KerberosFile": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null,
"Groups": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider(1264)/Groups"
}
]
}
]
}
POST method for ADAccountProvider
This method adds an Active Directory service.
Description
Adds an Active Directory service.
Privilege SECURITY_SETUP
Application settings 47