---
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
    - `googleUserId` string
    - `googleHostedDomain` string
    - `microsoftUserId` string
    - `microsoftTenantId` string
    - `organizationId` string
    - `passwordVerified` boolean
    - `newUserPasswordRegistered` boolean
    - `emailVerificationChallengeRegistered` boolean

## Other responses

- `default` — Default error response

## Changes

- **2025-01-28** `8d3a70a9e6e3` — 2 info
  - added the optional property `intermediateSession/emailVerificationChallengeRegistered` to the response with the `200` status
  - added the optional property `intermediateSession/newUserPasswordRegistered` to the response with the `200` status
- **2025-01-24** `e5ac955db6cf` — 1 info
  - added the optional property `intermediateSession/organizationId` to the response with the `200` status
- **2025-01-23** `ea95af997dad` — 5 warning, 1 info
  - removed the optional property `email` from the response with the `200` status
  - removed the optional property `googleUserId` from the response with the `200` status
  - removed the optional property `isEmailVerified` from the response with the `200` status
  - removed the optional property `microsoftUserId` from the response with the `200` status
  - …2 more
- **2024-12-13** `d58ceeaf526a` — 1 warning, 5 info
  - removed the optional property `intermediateSession` from the response with the `200` status
  - added the optional property `email` to the response with the `200` status
  - added the optional property `googleUserId` to the response with the `200` status
  - added the optional property `isEmailVerified` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[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.dev/tesseral-labs/apis/intermediateservice-api/revisions/7769ef36fdc1?raw)
