mx_platform

Create user

Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. 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

Example request

{
  "user": {
    "email": "email@provider.com",
    "id": "My-Unique-ID",
    "metadata": "{\\\"type\\\": \\\"individual\\\", \\\"status\\\": \\\"preferred\\\"}"
  }
}

Response

OK

Changes