API Guide
/api/AccountService/Actions/AccountService.Disable
This URI enables you to disable multiple accounts.
POST method for AccountService.Disable
This method disables multiple accounts.
Description Disables multiple accounts.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example
Input:
{
"AccountIds":[3164,3264]
}
Output:
Table 25. Attributes
Attribute Description
AccountIds Account IDs to be disabled.
/api/AccountService/Actions/AccountService.Delete
This URI enables you to delete multiple accounts.
POST method for AccountService.Delete
The method deletes multiple accounts.
Description
Deletes multiple accounts.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example
Input:
{
"AccountIds":[3164,3264]
}
Output:
Table 26. Attributes
Attribute Description
AccountIds Account IDs to be deleted.
44 Application settings