API Guide

Attribute Description
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,
"DirectoryType": "LDAP"
}
]
}
Table 28. Attributes
Attribute Description
Id Identifier of the Directory Type.
DirectoryType Directory Type.
/api/AccountService/ExternalAccountProvider/
ADAccountProvider
This URI represents the collection of Active-Directory services.
GET method for ADAccountProvider
This method returns the details of Active Directory services. The details include name, server type, user name, timeouts, and port
information.
Description
Returns the collection of Active Directory services.
Privilege VIEW
HTTP response
codes
200
Application settings 47