---
title: "Me"
method: GET
path: "/api/v1/me"
tags: ["health"]
---

# Me

`GET /api/v1/me`

## Response `200`

Successful Response

- AuthenticatedUser
  - `org_id` string, required — The ID of an organization in Rebolt.
  - `org_membership_id` string, required
  - `user_id` string, required — The ID of a signed up user in Rebolt.
  - `user_email` string, required
  - `role` 'super-admin' | 'admin' | 'member' | 'viewer', required — Enum representing the possible roles of a user within an organization. Important: This enum must be kept in sync with the roles in WorkOS/Our Database.
  - `authentication_method` 'bearer_token' | 'api_key', required
  - `org_plan` 'trial' | 'free' | 'pro' | 'business' | 'team' | 'enterprise', required

---

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