---
title: "Verify User Logged In"
method: GET
path: "/me"
tags: ["public"]
---

# Verify User Logged In

`GET /me`

## Response `200`

Successful Response

- UserInfo
  - `id` string, required
  - `email` string, required
  - `is_active` boolean, required
  - `is_superuser` boolean, required
  - `is_verified` boolean, required
  - `role` 'limited' | 'basic' | 'admin' | 'curator' | 'global_curator' | 'slack_user' | 'ext_perm_user', required — User roles - Basic can't perform any admin actions - Admin can perform all admin actions - Curator can perform admin actions for groups they are curators of - Global Curator can perform admin actions for all groups they are a member of - Limited can access a limited set of basic api endpoints - Slack are users that have used onyx via slack but dont have a web login - External permissioned users that have been picked up during the external permissions sync process but don't have a web login
  - `preferences` UserPreferences, required
    - `chosen_assistants` integer[], nullable
    - `hidden_assistants` integer[]
    - `visible_assistants` integer[]
    - `default_model` string, nullable
    - `pinned_assistants` integer[], nullable
    - `shortcut_enabled` boolean, nullable
    - `auto_scroll` boolean, nullable
    - `temperature_override_enabled` boolean, nullable
    - `theme_preference` 'light' | 'dark' | 'system'
    - `assistant_specific_configs` object, nullable
  - `personalization` UserPersonalization
    - `name` string
    - `role` string
    - `use_memories` boolean
    - `memories` string[]
  - `oidc_expiry` string, date-time, nullable
  - `current_token_created_at` string, date-time, nullable
  - `current_token_expiry_length` integer, nullable
  - `is_cloud_superuser` boolean
  - `team_name` string, nullable
  - `is_anonymous_user` boolean, nullable
  - `password_configured` boolean, nullable
  - `tenant_info` TenantInfo
    - `invitation` TenantSnapshot
      - `number_of_users` integer, required
    - `new_tenant` TenantSnapshot
      - `number_of_users` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
