Users
Create User
This endpoint creates a new user.
POST
Call this endpoint to create a new user. Atrium will respond with the newly-created
user object if successful.
This endpoint accepts several parameters: identifier, metadata, and is_disabled. The identifier and metadata fields are discussed in detail in the API overview.
Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
None of these parameters are required, but the user object cannot be empty.

