Skip to main content

userVerify Mutation

Description

Sends an email verification message to a buyer. If the buyer doesn't have a verification token, one is generated. The buyer must verify their email address to complete account setup.

mutation userVerify($userRef: ID!) {
userVerify(userRef: $userRef)
}

Variables

{
"userRef": "23d839de4f00824a3f7b0197"
}

Response

{
"userVerify": "example"
}

Arguments

NameTypeDescription
userRefID!Reference ID of the buyer to send verification email to.

Returns

String