---
title: "Get Me"
method: GET
path: "/me"
---

# Get Me

`GET /me`

Resolve the authenticated Clerk user's membership in THIS app.

Clerk is shared across multiple Pavoot apps, so a valid Clerk session does
NOT imply the user belongs here. The frontend uses this to gate the app
shell: a signed-in user with no membership is signed out rather than being
dropped into (and shown cached data from) an app they don't belong to.

Membership is derived from this app's database only — never from the
(cross-app) Clerk public_metadata role.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/3966713f5d52/schema)
