---
title: "Get My Profile"
method: GET
path: "/v2/me"
tags: ["API Gateway"]
---

# Get My Profile

`GET /v2/me`

Retrieve current authenticated user

## Response `200`

Success Response

- object
  - `email` string
  - `status` 'pending' | 'validated' | 'deactivated'
  - `language` string
  - `authData` object
    - `anonymous` object
    - `prismeai` object
    - `azure` AuthData
      - `id` string, required
      - `firstName` string
      - `lastName` string
      - `email` string
      - `language` unknown
  - `mfa` 'totp' | 'none' | '*'
  - `meta` object
  - `orgSlugs` string[]
  - `platformRole` string
  - `groupAcls` object
  - `createdAt` string
  - `updatedAt` string
  - `updatedBy` string
  - `firstName` string, required — Name
  - `lastName` string — Name
  - `photo` string — Profile picture URL
  - `groups` string[]
  - `membership` object — Organization membership info (only returned when includeOrgMembership is set)
    - `roleSlug` string
    - `status` 'active' | 'invited' | 'suspended'
    - `joinedAt` string
    - `joinedVia` 'direct' | 'invite-code' | 'invite-email' | 'auto-join' | 'join-rule'
    - `invitedAt` string
    - `invitedBy` string
  - `id` string — Unique id
  - `sessionId` string, required
  - `expires` string
  - `org` object, nullable
    - `slug` string
    - `name` string
    - `status` string
    - `branding` object
    - `navigation` Navigation — Organization navigation configuration
      - `version` integer — Schema version number
      - `homePage` string — Route to use as home page (e.g., "/apps/agent-factory"). Must be a valid relative path starting with /. If not set, defaults to the platform default (SecureChat).
      - `menu` NavigationItem[] — Main menu items
        - `id` string, required — Unique identifier for this menu item
        - `type` 'category' | 'item' | 'divider', required
        - `label` string — Display label (not required for dividers)
        - `icon` string — Icon name (from lucide-react)
        - `color` string — Icon color (CSS color value)
        - `href` string — Link destination (for type=item)
        - `target` '_self' | '_blank' — Link target
        - `expanded` boolean — Whether category is expanded by default
        - `badge` string — Badge text to show (e.g., "New", "Beta")
        - `permissions` string[] — Permissions required to see this item
        - `features` NavigationFeature[] — Features attached to this item
          - `type` 'agent' | 'template', required
          - `slug` string, required — Unique identifier for this feature within the menu item
          - `label` string, required — Display label for the feature
          - `agentId` string — Agent ID (required when type=agent)
          - `templateId` string — Template ID (required when type=template)
          - `permissions` string[] — Permissions required to see this feature
        - `visibility` object — Visibility rules for subscription tiers/features
          - `tiers` string[]
          - `features` string[]
        - `items` object[] — Child items (for type=category)
      - `footer` NavigationItem[] — Footer menu items
        - `id` string, required — Unique identifier for this menu item
        - `type` 'category' | 'item' | 'divider', required
        - `label` string — Display label (not required for dividers)
        - `icon` string — Icon name (from lucide-react)
        - `color` string — Icon color (CSS color value)
        - `href` string — Link destination (for type=item)
        - `target` '_self' | '_blank' — Link target
        - `expanded` boolean — Whether category is expanded by default
        - `badge` string — Badge text to show (e.g., "New", "Beta")
        - `permissions` string[] — Permissions required to see this item
        - `features` NavigationFeature[] — Features attached to this item
          - `type` 'agent' | 'template', required
          - `slug` string, required — Unique identifier for this feature within the menu item
          - `label` string, required — Display label for the feature
          - `agentId` string — Agent ID (required when type=agent)
          - `templateId` string — Template ID (required when type=template)
          - `permissions` string[] — Permissions required to see this feature
        - `visibility` object — Visibility rules for subscription tiers/features
          - `tiers` string[]
          - `features` string[]
        - `items` object[] — Child items (for type=category)
      - `quickActions` NavigationItem[] — Quick action buttons
        - `id` string, required — Unique identifier for this menu item
        - `type` 'category' | 'item' | 'divider', required
        - `label` string — Display label (not required for dividers)
        - `icon` string — Icon name (from lucide-react)
        - `color` string — Icon color (CSS color value)
        - `href` string — Link destination (for type=item)
        - `target` '_self' | '_blank' — Link target
        - `expanded` boolean — Whether category is expanded by default
        - `badge` string — Badge text to show (e.g., "New", "Beta")
        - `permissions` string[] — Permissions required to see this item
        - `features` NavigationFeature[] — Features attached to this item
          - `type` 'agent' | 'template', required
          - `slug` string, required — Unique identifier for this feature within the menu item
          - `label` string, required — Display label for the feature
          - `agentId` string — Agent ID (required when type=agent)
          - `templateId` string — Template ID (required when type=template)
          - `permissions` string[] — Permissions required to see this feature
        - `visibility` object — Visibility rules for subscription tiers/features
          - `tiers` string[]
          - `features` string[]
        - `items` object[] — Child items (for type=category)
    - `role` object
      - `slug` string
      - `name` string
      - `permissions` string[]
      - `scopes` string[]
    - `groups` string[]
    - `settings` object
    - `subscription` OrgSubscription
      - `id` string
      - `slug` string, required
      - `name` string, required
      - `tier` string, required
      - `plan` string
      - `status` 'active' | 'inactive' | 'trialing' | 'past_due' | 'canceled', required
      - `isDefault` boolean
      - `limits` object
      - `features` object
      - `billing` object
      - `startedAt` string
      - `expiresAt` string
      - `createdBy` string
      - `updatedBy` string
      - `createdAt` string
      - `updatedAt` string
  - `permissions` string[]
  - `organizations` object[]
    - `slug` string
    - `name` string
    - `roleSlug` string
    - `groups` string[]

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/prisme/apis/prisme-ai-apis.md) · [All operations](https://skmtc.net/prisme/apis/prisme-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prisme/prisme-ai-apis/versions/b702c3eef2f2/schema)
