Register a new user
Creates a new user account in the Endatix application using the provided email and password.
Request body
Example request
{
"email": "user@example.com",
"password": "Password123!",
"confirmPassword": "Password123!"
}Response
User has been successfully registered.
Changes
Changed in 2 of the 7 revisions of this API.1815
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status400response-media-type-name-generalized
- ●
removed the optional property
errorsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
messagefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusCodefrom the response with the400statusresponse-optional-property-removed
- ○
the endpoint scheme security
JWTBearerAuthwas removed from the APIapi-security-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
added the optional property
detailto the response with the400statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the400statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the400statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the400statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
detailfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
instancefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the400statusresponse-optional-property-removed
- ○
the endpoint scheme security
JWTBearerAuthwas added to the APIapi-security-added
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status400response-media-type-name-specialized
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the optional property
errorsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusCodeto the response with the400statusresponse-optional-property-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●