API Guide
Table 31. Attributes (continued)
Attribute name Description
Password Password of the directory service.
ServerPort Port of the directory service.
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/
LDAPAccountProvider
This URI represents the collection of LDAP Directory Services.
GET method for LDAPAccountProvider
This method returns the collection of LDAP Directory Service.
Description
Returns the collection of LDAP Directory Service.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.LDAPAccountProvider)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider(2814)",
"Id": 2814,
"Name": "Ldap Server",
"ServerType": "MANUAL",
"ServerName": [
"10.35.195.1"
],
"UserName": "Admin",
"Password": "",
"ServerPort": 3268,
"BaseDistinguishedName": null,
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"SearchFilter": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null,
"Groups": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider(2814)/Groups"
}
]
}
Application settings
55