Dedicate your time to your clients and spend less time on administrative tasks. Use our APIs to easily add new users (advisors, assistants, and planners) and set the display names that will appear in the eMoney platform.
The following APIs are used in this use case:
/public/v1/users
More Use Cases
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.
Create a User with an ExternalID
eMoney supports the use of multiple external identifiers for a user. This is helpful when eMoney is being used in combination with other tools and the user is identified by the same ID among all platforms. Populating the "externalId" field in the below API can accomplish this helpful workflow.
The following APIs are used in this use case:
/public/v1/users