v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
users

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

Request body

Example request

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

Response

OK