---
title: "Get Authenticated User"
method: GET
path: "/user"
---

# Get Authenticated User

`GET /user`

## Response `200`

Successful response

- AuthenticatedUser
  - `name` string, required
  - `party` string, required
  - `roles` string[], required
  - `isAdmin` boolean, required

## Other responses

- `401` — Not authenticated

## Changes

- **2025-02-11** `19d2c93fbacc` — 2 breaking, 2 info
  - removed the media type `application/problem+json` for the response with the status `401`
  - removed the required property `walletUrl` from the response with the `200` status
  - api tag `Auth` removed
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/user/get.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/19d2c93fbacc/schema)
