API Guide

Table Of Contents
/api/AccountService/ExternalAccountProvider
This URI represents the collection of external account providers.
GET method for ExternalAccountProvider
This method returns the details of the default LDAP and AD ports and network timeouts.
Description Returns the LDAP and AP ports and network timeouts.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#ExternalAccountProvider.ExternalAccountProvider/$entity",
"@odata.id": "/api/AccountService/ExternalAccountProvider",
"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.
50 Application settings