---
title: "Retrieve user data"
method: GET
path: "/user"
tags: ["user"]
---

# Retrieve user data

`GET /user`

Retrieve user profile information of the currently authenticated user.

## Response `200`

default response

- UserDataResponse
  - `avatarUrl` string
  - `baseUrl` string
  - `created` string, date-time, required
  - `displayName` string
  - `id` string, required
  - `updated` string, date-time, required

---

[API](https://skmtc.net/data/apis/data-world-public-api.md) · [All operations](https://skmtc.net/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data/data-world-public-api/versions/0a0cb1f94dad/schema)
