API Guide

Table Of Contents
Table 26. Attributes
Attribute Description
Id Role record ID.
Description Role description.
Name Name for the role.
IsPredefined Indicates if the role is a predefined role.
AssignedPrivileges List of assigned privileges.
OemPrivileges List of OEM privileges for the role.
/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": "/api/
$metadata#ExternalAccountProvider.ExternalAccountProvider",
"@odata.type": "#ExternalAccountProvider.ExternalAccountProvider",
"@odata.id": "/api/AccountService/ExternalAccountProvider",
"DefaultLDAPPort": 636,
"DefaultADPort": 3269,
"DefaultNetworkTimeOut": 120,
"DefaultSearchTimeOut": 120,
"Actions": null,
"LDAPAccountProvider@odata.navigationLink":
"/api/AccountService/ExternalAccountProvider/LDAPAccountProvider",
"ADAccountProvider@odata.navigationLink":
"/api/AccountService/ExternalAccountProvider/ADAccountProvider",
"OpenIDConnectProvider@odata.navigationLink":
"/api/AccountService/ExternalAccountProvider/OpenIDConnectProvider",
"DirectoryServiceType@odata.navigationLink":
"/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.
Application settings 57