1.2.4. Users

POST /users

Create a new user from the Auth0 access token.

Status Codes
  • 201 Created – User created

  • 400 Bad Request

    Invalid input, object invalid

    Example response:

    HTTP/1.1 400 Bad Request
    Content-Type: application/json
    
    {}
    

  • 403 Forbidden

    Invalid JWT

    Example response:

    HTTP/1.1 403 Forbidden
    Content-Type: application/json
    
    {}
    

  • 409 Conflict

    Conflict. User already exists.

    Example response:

    HTTP/1.1 409 Conflict
    Content-Type: application/json
    
    {}