Changes to Create a user

POST /v1/users/

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 11 revisions of this API.35

  1. f7c0138755165
  2. e58688835e253

What changed

    • the email request property's maxLength was set to 254

      request-property-max-length-set

    • the external_user_id request property's maxLength was set to 512

      request-property-max-length-set

    • the first_name request property's maxLength was set to 128

      request-property-max-length-set

    • the last_name request property's maxLength was set to 128

      request-property-max-length-set

    • the phone request property's maxLength was set to 128

      request-property-max-length-set

    • the response property first_name became nullable for the status 201

      response-property-became-nullable

    • the response property last_name became nullable for the status 201

      response-property-became-nullable

    • the response property ssn became nullable for the status 201

      response-property-became-nullable