...
Code Block |
---|
POST https://staging-auth.elasticbeanstalk.com/auth/v1/user
{"email":"demouser@sagebase.org", "firstName":"demo", "lastName":"user", "displayName":"Demo User", "password":"foobar"}
|
Successful Response:
Code Block |
---|
HTTP/1.1 201 Created |
...
Code Block |
---|
HTTP/1.1 204 NO CONTENT |
Note: The email template is in the auth-util package, in the file resetpasswordEmail.txt. The reset link, along with the smtp parameters, is in the file authutil.properties.
Initiate Session (Login)
Request:
...