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

GET /v2/users/:user

GET
/
v2
/
users
/
{user-id}
/
rights
Try it
GET /v2/users/:user-id/rights

cURL

curl --request GET \
  --url https://api.example.com/v2/users/{user-id}/rights \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "rights": [
    {
      "kind": {
        "CanActAs": {
          "value": {
            "party": "<string>"
          }
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Path Parameters

user-id
string
required

Response

200
application/json
rights
Right · object[]

All rights of the user.

Optional: can be empty

Show child attributes