API Guide

Table Of Contents
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.DeleteExternalAccountProvider
This URI enables you to delete an Active Directory or an LDAP Directory Service.
POST method for ExternalAccountProvider.DeleteExternalAccountProvider
This method deletes an Active Directory or LDAP Directory Service.
Description Deletes an Active Directory or LDAP Directory Service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"AccountProviderIds": [2864]
}
Table 36. Attributes
Attribute name Description
AccountProviderIds List of Active Directory or LDAP Directory Services.
/api/AccountService/Actions/
AccountService.ImportExternalAccountProvider
This URI enables you to import a Group and add to the user list.
POST method AccountService.ImportExternalAccountProvider
This method imports a Group and adds to the user list.
Description
Imports a Group and adds to the user list.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example Request
Body
[
{
"UserTypeId": 2,
"DirectoryServiceId": 0,
"Description": "admin",
"Name": "OME-ModularMegatronTeam",
"Password": "",
"UserName": "OME-ModularMegatronTeam",
"RoleId": "10",
"Locked": false,
"Enabled": true,
"ObjectGuid": "d22005b6-0ce5-40ed-88d0-7f7759b52f25"
},
{
"UserTypeId": 2,
"DirectoryServiceId": 0,
"Description": "admin",
64 Application settings