Skip to content
Snippets Groups Projects
Closed Query users by email address from GraphQL API
  • View options
  • Query users by email address from GraphQL API

  • View options
  • Closed Issue created by Warren Gifford

    Created by: KattMingMing

    The GraphQL API only supports querying users by username, but it would be helpful for users or just site-admins to query users by their email address.

    query {
    	user(email: "foo@test.com")
            ...
    }
    query {
    	user(username: "foo")
            ...
    }

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first