---
title: "Get User"
method: GET
path: "/api/user/info"
---

# Get User

`GET /api/user/info`

## Response `200`

Successful Response

- User
  - `id` string, required
  - `login` string, required
  - `avatar_url` string, required
  - `company` string, nullable
  - `name` string, nullable
  - `email` string, nullable

---

[API](https://skmtc.dev/all-hands/apis/openhands.md) · [All operations](https://skmtc.dev/all-hands/apis/openhands/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/all-hands/openhands/revisions/4daa2bb4dbf1/schema)
