---
title: "Get Current User"
method: GET
path: "/api/zapier/me"
tags: ["User"]
---

# Get Current User

`GET /api/zapier/me`

Returns information about the authenticated user and their tenant.

## Response `200`

User information

- User
  - `id` integer — User ID
  - `name` string — User's full name
  - `email` string, email — User's email address
  - `tenant_id` integer, nullable — Current tenant ID
  - `tenant_name` string, nullable — Current tenant name

## Other responses

- `401` — Unauthorized

---

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