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

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Query Parameters

identity-provider-id
string

Response

user
User · object
required

Retrieved user.

Required