---
title: "Get details of the authenticated organization and user"
method: GET
path: "/me"
tags: ["me"]
---

# Get details of the authenticated organization and user

`GET /me`

Returns the organization and user associated with the credentials used for authentication.

**Rate limit:** 60 requests per minute

## Response `200`

- GetMeResponseBody
  - `data` Me
    - `id` string — The ID of the organization.
    - `name` string — The name of the organization.
    - `user` MeUser
      - `email` string — The primary login email of the authenticated user. API users do not have a login email.
      - `id` string — The stable Pylon ID of the authenticated user.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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