cURL
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>" } }
Get the user data of the current authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.canton.network/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Ledger API standard JWT token
Retrieved user.
Required
Show child attributes