POST /account/emailValidation
This service starts the process of creating a new account by sending a 'validation email' message to the provided email address. The email contains a link back to the application calling the service which the user follows to complete the account creation process.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/account/emailValidation
Parameters
portalEndpoint | the beginning of the URL included in the email verification message. When concatenated with a list of ampersand (&) separated request parameters, must become a well formed URL. The concatenated string must be included with the POST /account request. |
Resource Information | |
---|---|
Authentication | not required |
HTTP Method | POST |
Request Object | NewUser (application/json) |
Response Object | None |