> 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/current-user.md).

# currentUser

Retrieves the currently authenticated user.

```graphql
currentUser: User
```

### Type

#### [`User`](/api/graphql/data-access/object-types/user.md) object

Represents a user in Collibra Data Access. It can be a human user or a machine user (service account) which groups accounts in different data sources.
