When a client gets married, a few key settings must be updated in the eMoney platform to ensure an accurate financial plan. Follow these steps to make those changes.
Step 1: Update Marital Status
Utilize the /clients API to update the "maritalStatus" to "Married".
Step 2: Add Spouse to Client Record
Utilize the /spouse API to add the spouse information to the client record.
Step 3: Add Spouse Client Portal Logon (Optional)
If desired, utilize the /logons API to provide the spouse with a client portal logon.

More Use Cases
Add A New User To The eMoney Platform
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

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
