---
title: "Retrieve"
method: GET
path: "/users/me/preferences"
tags: ["Users"]
---

# Retrieve

`GET /users/me/preferences`

Retrieves the authenticated user's settings document. Addressed only as `me` — the document always belongs to the session user.

## Response `200`

preferences retrieved

- UserPreferences
  - `investigation_enabled` boolean, required — Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.

## Other responses

- `401` — Unauthorized

---

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