Get user custom data
Get custom data for the given user ID.
GET
/api/users/{userId}/custom-data
curl \
--request GET 'https://[tenant_id].logto.app/api/users/{userId}/custom-data' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}