---
title: "Authenticated user identity"
method: GET
path: "/whoami"
tags: ["Identity"]
---

# Authenticated user identity

`GET /whoami`

Returns the authenticated user and their team in a JSON:API envelope.

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` '/whoami', required
  - `data` object, required
    - `type` 'whoami', required
    - `id` string, required
    - `attributes` object, required
      - `user` object, required
        - `id` string, required
        - `email` string, required
      - `team` object, required
        - `id` string, required
        - `name` string, required

## Other responses

- `401` — RFC 6749 error response for protected-resource 401s.

---

[API](https://skmtc.dev/jam/apis/jam-public-api.md) · [All operations](https://skmtc.dev/jam/apis/jam-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jam/jam-public-api/revisions/b628e9368a59/schema)
