Maintaining synchronized data between platforms is a benefit of using APIs. Both the eMoney "users" and "clients" APIs allow for searching of a specific record based on a number of different options like Logon ID, First Name, Last Name and Owner ID.
The following APIs are used in this use case:
/public/v1/clients
/public/v1/users

More Use Cases
The eMoney Client Vault securely stores files generated by the application as well as any documentation uploaded by the client. Use our APIs to download items stored in the Vault for editing and managing on other platforms. Use our APIs to share the edited files back in the eMoney Vault.
The following APIs are used in this use case:
/public/v1/users/{userId}/vault/items
/public/v1/users/{userId}/vault/{itemId}

Organizational changes made simple. Our APIs can be used for easily updating or changing a client's owning advisor.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/changeowner
