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

# GET /v1/users/me/profile

`GET /v1/users/me/profile`

Currently, this returns the display name of the user account associated with the provided access token. More user information is expected to be included in the future.

## Response `200`

OK

- UserProfileResponse
  - `profile` UserProfile, required — Profile for the user, consisting of the display name and other attributes.
    - `display_name` string — The name of the user as shown in the Canva UI.

## Other responses

- `404` — Not Found
- `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)
