When a client gets divorced, 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 Client's Marital Fields in Client Record
Utilize the /clients API to modify the "maritalStatus" to "Divorced" and "previousMarriages" to "true".
Step 3: Delete Spouse From the Client Record
Utilize the /spouse API to delete the spouse from the client record.
Step 4: Delete Spouse Client Portal Logon (If Applicable)
Utilize the /logons API to delete the spouse's access to their client portal.

More Use Cases
Client Marriage
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.

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
