> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/user-by-email.md).

# userByEmail

Retrieves a single identity by its email address.

```graphql
userByEmail(
  email: String!
): UserResult
```

### Arguments

#### email ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#email" id="email"></a>

### Type

#### [`UserResult`](/api/graphql/data-access/unions/user-result.md) union
