---
title: "Get Identity"
method: GET
path: "/v1/users/me"
tags: ["beta.users"]
---

# Get Identity

`GET /v1/users/me`

Get Identity

## Response `200`

OK

- UserIdentity
  - `id` string, required
  - `email` string, nullable, required
  - `first_name` string, nullable, required
  - `last_name` string, nullable, required
  - `workspace` UserIdentityWorkspace
    - `id` string, required
    - `name` string, required
  - `organization` UserIdentityOrganization
    - `id` string, required
    - `name` string, required
  - `api_key` UserIdentityApiKey
    - `id` string, required
    - `name` string, nullable, required

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
