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
What changed
- ●
the
emailrequest property's maxLength was set to254request-property-max-length-set
- ●
the
external_user_idrequest property's maxLength was set to512request-property-max-length-set
- ●
the
first_namerequest property's maxLength was set to128request-property-max-length-set
- ●
the
last_namerequest property's maxLength was set to128request-property-max-length-set
- ●
the
phonerequest property's maxLength was set to128request-property-max-length-set
- ●
- ▲
the response property
first_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
last_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
ssnbecame nullable for the status201response-property-became-nullable
- ▲