---
title: "Get user custom data"
method: GET
path: "/api/users/{userId}/custom-data"
tags: ["Users"]
---

# Get user custom data

`GET /api/users/{userId}/custom-data`

Get custom data for the given user ID.

## Path parameters

- `userId` string, required

## Response `200`

Custom data in JSON for the given user ID.

- object — arbitrary

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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