Create user
Use this endpoint to create a new user. The API will respond with the newly-created user object if successful, containing a guid that you'll set as the user_guid in other requests when required. 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
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
User object to be created. (None of these parameters are required, but the user object cannot be empty)
| Field | Required | Type |
|---|---|---|
user | Required | Object |
Loading...