accounts
List accounts
List selected data from all accounts that match the specified filter and search criteria in a specific sort order. Requires `accounts` permission.
Create new account
Create a new account and return its persistent data. Requires writable `accounts` permission.
Get account
Return the data of an existing account by **`ID`**. Requires `accounts` permission.
Check if account exists
Check if an account with **`ID`** exists, but do not return its data. Requires `accounts` permission.
Update existing account
Update an existing account by **`ID`** and return its persistent data. Requires writable `accounts` permission.
Delete account
Permanently delete an existing account by **`ID`**. Requires writable `accounts` permission.