API Guide
"@odata.count": 1,
"value": [
{
"Id": 3214,
"UserId": 3164,
"RoleId": 10,
"Entities": [
64
]
}
]
}
Table 22. Attributes
Attribute Description
Id Permission record ID.
UserId Account ID for which permissions are retrieved.
RoleId Role ID of the account.
Entities List of entities that the account has access to.
/api/AccountService/Actions/AccountService.Enable
This URI enables you to enable multiple accounts.
POST method for AccountService.Enable
This method enables multiple accounts.
Description
Enables multiple accounts.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example
Input:
{
"AccountIds":[3164,3264]
}
Output:
Table 23. Attributes
Attribute Description
AccountIds Account IDs to be enabled.
/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
42 Application settings