Skip to content
Documentation/canton-network-docs/Ledger APIOpenAPIView on canton-network-docs
canton-network-docs/Ledger APIOpenAPI

GET /v2/authenticated

GET
/
v2
/
authenticated-user
Try it
GET /v2/authenticated-user

cURL

curl --request GET \
  --url https://api.example.com/v2/authenticated-user \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "user": {
    "id": "<string>",
    "primaryParty": "<string>",
    "isDeactivated": true,
    "metadata": {
      "resourceVersion": "<string>",
      "annotations": {}
    },
    "identityProviderId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Query Parameters

identity-provider-id
string

Response

200
application/json
user
User · object
required

Retrieved user.

Required

Show child attributes