Last update:
April 11, 2024
confirmEmail mutation¶
This mutation allows to confirm email to complete email verification and allow customer sign-in.
Arguments¶
The InputConfirmEmailType
represents the input for the confirmEmail
mutation.
Field | Description |
---|---|
userId String! |
The Id of the user undergoing email confirmation. |
token String! |
The verification token associated with the email confirmation process. |
Possible returns¶
Possible return | Description |
---|---|
CustomIdentityResultType |
The outcome of identity-related operations. |