UserExistsWithEmail

🔒

Authorization

Requires Organization scoped authorization. See the Enablement Services Authorization guide.

The userExistsWithEmail query allows you to make sure the user registering does not already exist in the database for your organization.

Query

query UserExistsWithEmail {
    userExistsWithEmail(organizationSlug: String!, email:String!)
}

Input Attributes from Full User Query

AttributeDescription
organizationSlugYour organization slug (url friendly name of your organization)
emailThe user's email address.

Output Attributes from Query

AttributeDescription
BooleanReturns true or false