API Guide
DELETE method for Accounts(Id)
This method deletes an account.
Description Deletes an account.
Privilege SECURITY_SETUP
HTTP response
codes
204
Table 20. Attributes
Attribute Description
Id Uniquely identifies the resource within the collection.
/api/AccountService/Accounts(userId)/Permissions
This URI represents the permissions for an account.
GET method for Permissions
This method lists the permissions for an account.
Description Lists the permissions for an account.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(AccountService.Permission)",
"@odata.count": 1,
"value": [
{
"Id": 3214,
"UserId": 3164,
"RoleId": 10,
"Entities": [
64
]
}
]
}
Table 21. 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.
Application settings 41