---
title: "Get current Box user"
method: GET
path: "/me"
tags: ["Box"]
---

# Get current Box user

`GET /me`

Returns GitHub identity for the authenticated Box account.

## Response `200`

Current user information.

- MeResponse
  - `ok` boolean, required
  - `type` 'user.info', required — Stable success envelope discriminator added by v1.
  - `user` object, required
    - `login` string
    - `email` string, nullable

## Other responses

- `401` — Missing or invalid bearer token.

---

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