OBJECT
VerifySecondaryEmail
Verify user secondary email.
Receive the token that was sent by email. User is already verified when using this mutation.
If the token is valid, add the secondary email
to user.status.secondary_email
field.
Note that until the secondary email is verified, it has not been saved anywhere beyond the token, so it can still be used to create a new account. After being verified, it will no longer be available.
link GraphQL Schema definition
- type VerifySecondaryEmail {
- Boolean :
- ExpectedErrorType :
- }