API Guide

Table Of Contents
/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
Input:
Output:
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.DirectoryServiceType)",
"@odata.count": 2,
"value": [
{
"Id": 1,
"DirectoryType": "AD"
},
{
"Id": 2,
"DirectoryType": "LDAP"
}
]
}
Table 29. 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
48 Application settings