POST /account
This service completes the email validation process for setting up a new account. The client must provide the validation token which was sent by email. The request will be rejected if the validation token is missing or invalid or if the requested user name is not available. After successful account creation the user is logged in and a session token returned to the client.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/account
Resource Information | |
---|---|
Authentication | not required |
HTTP Method | POST |
Request Object | AccountSetupInfo (application/json) |
Response Object | Session (application/json) |