Adoption of the client portal is one way to encourage clients to monitor and engage with their financial plan. It also allows them to add their held-away account data into the platform, which can be shared with the advisor to gain a wider view of their asset and liability information. Client portal logins can be automatically generated and shared with clients - utilizing a one-time password if desired.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/logons

More Use Cases
Upload Documents to the eMoney Vault
The eMoney Client Vault is a safe and secure place for all important digital files. With unlimited secure document storage, you can organize and protect your most important files. Our APIs allow you to effortlessly upload and store external files and reports, created outside of eMoney, and share them in the Vault.
/public/v1/users/{userId}/vault/items

View Client Goals
Client goals are an important part of your client's total financial picture. Our APIs allow you to download goals and associated value and timeline information from eMoney for importing into various platforms, allowing for an accurate view of client information wherever you need it.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/plans/{planId}/expenses
Filtering on expenses that have the field "isGoal" set to "true" will return all client goals.
