---
title: "Get the current user"
method: GET
path: "/auth/curr_user.{format}"
tags: ["Authentication"]
---

# Get the current user

`GET /auth/curr_user.{format}`

## Path parameters

- `format` 'json' | 'xml', required

## Response `200`

The currently logged-in user.

- AuthUser — Representation of the currently logged-in user (id, username, email and profile/settings data). Field set is not part of the stable contract.

---

[API](https://skmtc.net/checkvist/apis/checkvist-open-api.md) · [All operations](https://skmtc.net/checkvist/apis/checkvist-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkvist/checkvist-open-api/revisions/94fd298acebe/schema)
