---
title: "GET /v1/users/me"
method: GET
path: "/v1/users/me"
tags: ["user"]
---

# GET /v1/users/me

`GET /v1/users/me`

Returns the User ID and Team ID of the user
account associated with the provided access token.

## Response `200`

OK

- UsersMeResponse
  - `team_user` TeamUserSummary, required — Metadata for the user, consisting of the User ID and Team ID.
    - `user_id` string, required — The ID of the user.
    - `team_id` string, required — The ID of the user's Canva Team.

## Other responses

- `default` — Error Response

---

[API](https://skmtc.net/canva/apis/canva-connect-api.md) · [All operations](https://skmtc.net/canva/apis/canva-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/canva/canva-connect-api/versions/499c392c7720/schema)
