XNAT API Documentation

Email Verification API

Send Or Resend Email Verification To User

When used, the specified email address will receive a verification email from your XNAT system. This is used to verify that a new registrant's email is valid and belongs to the registrant. If the specified email is not

POST - /data/services/sendEmailVerification

Parameters

email

Required querystring parameter. Specify the email address to send a verification notification to.

Response

200 (OK)

Valid email found and verification email sent. No response provided.

400 (Bad Request)

Email was not recognized. No verification email sent.