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

# Get current user

`GET /v1/me`

Returns the user information for the currently authenticated user.

## Response `200`

Response from the GET /v1/me endpoint.

- object — A description of a user.
  - `id` string, required — Unique stable id of the user.
  - `handle` string, required — Name of the user.
  - `img_url` string, required — URL link to the user's profile image.
  - `email` string, required — Email associated with the user's account. This property is only present on the /v1/me endpoint.

## Other responses

- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort.
- `429` — In some cases API requests may be throttled or rate limited. Please wait a while before attempting the request again (typically a minute).
- `500` — An internal server error occurred.

---

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