API Guide

"DefaultLDAPPort": 389,
"DefaultADPort": 3268,
"DefaultNetworkTimeOut": 120,
"DefaultSearchTimeOut": 120,
"Actions": null,
"LDAPAccountProvider": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider"
}
],
"ADAccountProvider": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider"
}
],
"DirectoryServiceType": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
DirectoryServiceType"
}
]
}
Table 27. Attributes
Attribute Description
Id The identifier of the external account provider.
DefaultLDAPPort The default LDAP port.
DefaultADPort The default AD port.
DefaultNetworkTimeOut The default network timeout.
DefaultSearchTimeOut The default search timeout.
/api/AccountService/ExternalAccountProvider/
DirectoryServiceType
This URI represents the collection of directory types.
GET method for DirectoryServiceType
This method returns the collection of directory types.
Description
Returns a collection of directory types.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.DirectoryServiceType)",
"@odata.count": 2,
"value": [
{
"Id": 1,
"DirectoryType": "AD"
},
{
"Id": 2,
Application settings 49