For the complete documentation index, see llms.txt. This page is also available as Markdown.

userByEmail

Retrieves a single identity by its email address.

userByEmail(
  email: String!
): UserResult

Arguments

email ● String! non-null scalar

Type

UserResult union

Last updated

Was this helpful?