Validate Frontend User Email
Checks if an email address is associated with a BigCommerce customer account and a Company user account.
Equivalent Storefront GraphQL API Query: `userEmailCheck`. For more information, see the [GraphQL Playground](https://api-b2b.bigcommerce.com/graphql/playground).
The `isValid` value in the response indicates whether or not the email address is used by an existing customer or Company user. The following values are possible:
* `0` — The email address is associated with a Company user account and a corresponding customer account.
* `1` — The email address is not associated with a customer account or a Company user account.
* `2` — The email address is associated with a customer account, but not a Company user account.