---
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

## Changes

- **2026-08-28** `f32aa6ee029d` — 2 warning
  - added the new `design_generation_rejected` enum value to the `code` response property for the response status `404`
  - added the new `design_generation_rejected` enum value to the `code` response property for the response status `default`
- **2026-08-27** `e5ffb199a510` — 4 warning
  - added the new `domain_restricted` enum value to the `code` response property for the response status `404`
  - added the new `domain_restricted` enum value to the `code` response property for the response status `default`
  - added the new `user_already_member` enum value to the `code` response property for the response status `404`
  - added the new `user_already_member` enum value to the `code` response property for the response status `default`

[Change history](https://skmtc.dev/canva/apis/canva-connect-api/changes/v1/users/me/profile/get.md)

---

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