Operations at credentialsVault/

This page describes the service operations at this endpoint.

URI Method Description
credentialsVault/account/{accountId} GET Gets an information about the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
credentialsVault/accounts GET Gets an information about all accounts in the Credentials Vault.
credentialsVault/accountSystems/{accountId} GET Gets a list of the systems related to the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
credentialsVault/addAccount PUT Creates a new account in the Credentials Vault.
credentialsVault/addAccounts PUT Creates multiple new accounts in the Credentials Vault.
credentialsVault/mergeAccounts/{sourceAccountId}/{targetAccountId} POST Merge the source account with the target account. The accounts are found by AccountId properties of CredentialsAccount contract.
credentialsVault/removeAccount/{accountId} POST Removes the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
credentialsVault/removeAccounts POST Removes the specified accounts from the Credentials Vault. The accounts are found by AccountId properties of CredentialsAccount contract.
credentialsVault/updateAccount PUT Updates an account in the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract. Other properties are updated.
credentialsVault/updateAccounts PUT Updates a set of accounts in the Credentials Vault. The accounts are found by AccountId properties of CredentialsAccount contract. Other properties are updated.