---
title: "Get current User information"
method: GET
path: "/me"
tags: ["User"]
---

# Get current User information

`GET /me`

Get current User information

## Query parameters

- `include_features` boolean
- `expand` string[]

## Response `200`

Return current User, Account, and Project role information

- Me
  - `accounts` Account[] — List of Accounts this user can access
    - `id` integer — The unique identifier of the Account
    - `name` string — The name of the Account
  - `current_account` CurrentAccount
    - `features` object — The available features for the Account
    - `id` integer — The unique identifier of the Account
  - `id` string, uuid — The unique identifier of the current User
  - `profile` UserProfile
    - `email` string, email — User's email
    - `first_name` string — User's first name
    - `last_name` string — User's last name
    - `profile_image` string, url — User's profile image URL
  - `project_roles` ProjectRole[] — List of Project IDs in the current Account with the current User's role information
    - `invitation_status` 'pending'
    - `project_id` integer — The unique identifier of the Project
    - `role` 'administrator' | 'viewer' | 'restricted_editor' | 'editor' | 'restricted_publisher' | 'publisher' | 'project_owner'

## Other responses

- `401` — Invalid credentials
- `default` — Unexpected error

---

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