API Guide
ADAccountProvider"
}
],
"DirectoryServiceType": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
DirectoryServiceType"
}
]
}
Table 28. 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
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.
46 Application settings