---
title: "GET /api/auth/me"
method: GET
path: "/api/auth/me"
tags: ["cloudAuth"]
---

# GET /api/auth/me

`GET /api/auth/me`

## Response `200`

Success

- object
  - `user` object, required
    - `id` string, required
    - `email` string, required
    - `name` string, nullable, required
    - `avatarUrl` string, nullable, required
  - `organization` object, nullable, required
    - `id` string, required
    - `name` string, required
    - `slug` string, required

## Other responses

- `401` — Unauthorized
- `500` — UserStoreError | WorkOSError

---

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