---
title: "GET /intermediate/v1/whoami"
method: GET
path: "/intermediate/v1/whoami"
tags: ["IntermediateService"]
---

# GET /intermediate/v1/whoami

`GET /intermediate/v1/whoami`

## Response `200`

OK

- WhoamiResponse
  - `intermediateSession` IntermediateSession
    - `id` string
    - `projectId` string
    - `email` string
    - `emailVerified` boolean
    - `userDisplayName` string
    - `googleUserId` string
    - `googleHostedDomain` string
    - `microsoftUserId` string
    - `microsoftTenantId` string
    - `githubUserId` string
    - `organizationId` string
    - `passwordVerified` boolean
    - `authenticatorAppVerified` boolean
    - `passkeyVerified` boolean
    - `newUserPasswordRegistered` boolean
    - `emailVerificationChallengeRegistered` boolean
    - `primaryAuthFactor` integer

## Other responses

- `default` — Default error response

## Changes

- **2025-05-14** `5f1f82201b0c` — 1 info
  - added the optional property `intermediateSession/githubUserId` to the response with the `200` status
- **2025-05-08** `49ff40b35ab1` — 1 info
  - added the optional property `intermediateSession/userDisplayName` to the response with the `200` status
- **2025-03-16** `82fdb6ae0229` — 2 info
  - added the optional property `intermediateSession/authenticatorAppVerified` to the response with the `200` status
  - added the optional property `intermediateSession/passkeyVerified` to the response with the `200` status
- **2025-03-13** `0d53c1eec1f3` — 1 warning, 1 info
  - removed the optional property `intermediateSession/primaryLoginFactor` from the response with the `200` status
  - added the optional property `intermediateSession/primaryAuthFactor` to the response with the `200` status
- **2025-02-06** `cac89d6d5075` — 1 info
  - added the optional property `intermediateSession/primaryLoginFactor` to the response with the `200` status

[Full history](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api/changes/intermediate/v1/whoami/get.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tesseral-labs/intermediateservice-api/revisions/367432db5a64/schema)
