The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /account/{id}/emailValidation

This service starts the process of adding a new email address to an existing 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 process

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/account/{id}/emailValidation

Resource URL Variables
{id} the ID of the user account to which the email address is to be added. Must match the ID of the user making the request.
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 /email request.
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method POST
Request Object Username
(application/json)
Response Object None