Atrium API
Create User
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.
POST
/users
Request Body
None of these parameters are required, but the user object cannot be empty.
| Field | Required | Type |
|---|---|---|
identifier | Optional | String |
is_disabled | Optional | String |
metadata | Optional | String |
Request sample
Language:sh
Response sample
Language:json