Change User Role

A user can have one or multiple roles in the eMoney platform.  The user roles available are Advisor, Planner, Assistant, Manager, Compliance and Investment Specialist.  

The following APIs are used in this use case:

/public/v1/users/{userId}

Generic Use Case

More Use Cases

Change Owning Advisor Associated With A Client

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

Change owning advisor

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

Generic Use Case