Skip to main content

Create user

POST 

/users

Endpoint to create a new user (registration)

Request

Header Parameters

    Content-Type stringrequired
    Example: application/x-www-form-urlencoded
    Accept stringrequired
    Example: application/json

Body

    email stringrequired

    Email of user to create

    password stringrequired

    Password to set for user

    Example: fD423Oflko02OpodfW
    client_user_id stringrequired

    Client user id (useful for external integrations)

    Example: string_custom

Responses

Response Headers

    Schema

      status stringrequired
      id stringrequired
      auth_token stringrequired
    Loading...