---
title: "Get current individual profile"
method: GET
path: "/identity/individuals/me"
tags: ["identity", "individuals"]
---

# Get current individual profile

`GET /identity/individuals/me`

Returns the authenticated individual's decrypted profile (email, given/family name, status) plus the active group + application from session claims.

## Response `200`

OK

- IndividualsMeOutput
  - `application` string
  - `email` string
  - `first_name` string
  - `group_id` string
  - `individual_id` string
  - `last_name` string
  - `status` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
