---
title: "Return the authenticated user information."
method: GET
path: "/me"
---

# Return the authenticated user information.

`GET /me`

Return authenticated user information.

## Response `200`

Ok

- Me
  - `email` string, required — Email address of the authenticated user.
  - `organizationDomain` string, required — Domain of the organization the authenticated user belongs to.
  - `organizationName` string, required — Name of the organization the authenticated user belongs to.
  - `displayName` string, required — Display name of the authenticated user.

## Other responses

- `401` — Invalid authentication
- `422` — Input validation error
- `429` — Rate limitation error
- `default` — Unexpected error

---

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