Skip to main content

Verify Member

Verify a Member

User will receive an email after signing up to a community, which includes a verification code. It then can be used in verifyMember mutation to verify the user. It takes VerifyMemberInput as an input.

mutation {
verifyMember(input: { memberId: "mRyzC8CiUe", verificationCode: "123" }) {
accessToken
}
}