---
title: "Get user identity"
method: GET
path: "/api/v2/auth/identity"
tags: ["Authentication"]
---

# Get user identity

`GET /api/v2/auth/identity`

Returns the current user's identity, tenant, and databases.

## Response `200`

User identity

- GetUserIdentityResponse
  - `databases` string[], required
  - `tenant` string, required
  - `user_id` string, required

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/trychroma/apis/chroma-frontend.md) · [All operations](https://skmtc.net/trychroma/apis/chroma-frontend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trychroma/chroma-frontend/revisions/9b96550f70f6/schema)
