---
title: "GET /auth/user"
method: GET
path: "/auth/user"
tags: ["auth"]
---

# GET /auth/user

`GET /auth/user`

Get user information via access token

## Response `200`

Successfully retrieved user information

- object
  - `id` string, required
  - `name` string, required
  - `avatar` string, nullable
  - `email` string, email

---

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