---
title: "Current user profile and org memberships"
method: GET
path: "/v1/me"
tags: ["Account"]
---

# Current user profile and org memberships

`GET /v1/me`

Returns the signed-in user's profile and organization memberships. Requires a dashboard session token; API keys cannot call this endpoint.

## Response `200`

The caller's profile + orgs

- Me
  - `organizations` OrgMembership[], required
    - `features` OrgFeatures, required — Per-org feature entitlements the dashboard gates its UI on.
      - `batch` boolean, required — The org is allowlisted for the Batch API (batch-api.md §8).
      - `fabric` boolean, required — The org is allowlisted for the compute-fabric Pod product (FABRIC_ENABLED fleet-wide or FABRIC_ORGS). Gates the dashboard Pods surface (shadow rollout).
      - `flags` object — Dashboard feature flags resolved for this org, keyed by flag id. Forward-looking surface for flags the dashboard gates its UI on; a new dashboard flag appears here with no response-contract change. The dedicated booleans above remain authoritative for the entitlements they name.
      - `publicEndpoint` boolean, required — Vestigial, always false. The public-endpoint feature is GA (ungated); this field is kept only to avoid a breaking response-contract change and will be removed in a follow-up deprecation PR.
    - `name` string, required
    - `organizationId` string, required
    - `role` string, required
  - `user` UserProfile, required
    - `avatarUrl` string
    - `defaultOrganizationId` string
    - `email` string, required
    - `fullName` string
    - `id` string, required

## Other responses

- `401` — Missing or invalid API key

## Changes

- **2026-09-11** `74204a876c1a` — 1 breaking
  - removed the required property `organizations/items/features/perVmSshKeys` from the response with the `200` status
- **2026-09-04** `cca00bd5b0b5` — 1 info
  - added the optional property `organizations/items/features/flags` to the response with the `200` status

[Change history](https://skmtc.dev/openrelay/apis/openrelay-api/changes/v1/me/get.md)

---

[API](https://skmtc.dev/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.dev/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc.dev/openrelay/apis/openrelay-api/revisions/24a11ebdab5e?raw)
