void |
AccountUserApi.addEmail(UUID accountId,
AccountEmail email,
CallContext context) |
|
Account |
AccountUserApi.createAccount(AccountData data,
CallContext context) |
|
Account |
AccountUserApi.getAccountById(UUID accountId,
TenantContext context) |
|
Account |
AccountUserApi.getAccountByKey(String key,
TenantContext context) |
Retrieves an account by specifying its external key.
|
List<AuditLogWithHistory> |
AccountUserApi.getAuditLogsWithHistoryForId(UUID accountId,
AuditLevel auditLevel,
TenantContext context) |
Get all the audit entries with history for a given account.
|
List<Account> |
AccountUserApi.getChildrenAccounts(UUID parentAccountId,
TenantContext context) |
|
List<AuditLogWithHistory> |
AccountUserApi.getEmailAuditLogsWithHistoryForId(UUID accountEmailId,
AuditLevel auditLevel,
TenantContext context) |
Get all the audit entries with history for a given account email.
|
UUID |
AccountUserApi.getIdFromKey(String externalKey,
TenantContext context) |
|
void |
AccountUserApi.updateAccount(String key,
AccountData accountData,
CallContext context) |
Updates the account by specifying the AccountData object
|
void |
AccountUserApi.updateAccount(UUID accountId,
AccountData accountData,
CallContext context) |
Updates the account by specifying the AccountData object
|
void |
AccountUserApi.updateAccount(Account account,
CallContext context) |
Updates the account by specifying the destination Account object
|