API Guide
Attribute name Description
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 request
body
{
"DirectoryServerId": 25084,
"Type": "AD",
"UserName": "Administrator@ngmdev.com",
"Password": "dell@123",
"CommonName": "Admin-gr"
}
Example response
body
[
{
"CommonName": "ADMIN-GROUP",
"OrganizationalUnit": null,
"DistinguishedName": "CN=ADMIN-GROUP,OU=DEV",
"DomainComponent": [],
"ObjectGuid": "87da9d36-116c-405d-ae3f-054574e91af4"
}
]
Table 35. Attributes
Attribute name Description
CommonName Common name of the directory service.
OrganizationalUnit Organization unit of the directory service.
DistinguishedName Distinguished name of the directory service.
DomainComponent Domain name of the directory service.
ObjectGuid Unique ObjectGuid for the group.
Application settings 59