This API operation allows Group Managers and the newly created users to verify an email address based on the Verification Token which they received in their email. For more information, see GroupRegister.
POST
/v1/Account/VerifyEmail
Property | Type | Description |
---|---|---|
EmailAddress |
string | Required. The email address of the user you want to verify. |
VerificationToken |
string | Required. The verification token of the user. The only way to retrieve this is using the link in the email that the user received. For more information, see GroupRegister. |
Parameters can be passed to this operation using the HTTP POST method with serialized JSON in the request body.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
This request has no response properties. |
The following example returns the status of the verification.