API Guide
/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
Input:
Output:
{
"@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"
}
]
}
]
}
POST method for LDAPAccountProvider
This method adds an LDAP Directory Service.
Description
Adds an LDAP Directory Service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example
Input:
{
54 Application settings