API Guide

"SearchFilter": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": ""
}
Table 35. Attributes
Attribute name Description
Id ID of the LDAP account provider.
Name Directory name.
ServerType Server type of the directory—DNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
Password Password of the directory service.
BaseDistinguishedName Domain names for search base. Example: dc=dell, dc=com.
AttributeUserLogin User login details.
AttributeGroupMembership Group member information.
SearchFilter Search type.
NetworkTimeOut Network timeout value.
SearchTimeOut Search timeout value.
CertificateValidation Enable or disable certificate validation for the directory service.
CertificateFile Certificate file for authentication.
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.SearchGroups
POST method for ExternalAccountProvider.SearchGroups
This method returns the Group details of an Active Directory service from the collection.
Description
Returns the Group details of an Active Directory service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example
Input:
{
"DirectoryServerId": 25084,
"Type": "AD",
"UserName": "Administrator@ngmdev.com",
"Password": "dell@123",
"CommonName": "Admin-gr"
}
Output:
[
{
"CommonName": "ADMIN-GROUP",
"OrganizationalUnit": null,
58 Application settings