Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/users/{user-id}/rights \ --header 'Authorization: Bearer <token>'
{ "rights": [ { "kind": { "CanActAs": { "value": { "party": "<string>" } } } } ] }
List the set of all rights granted to a user.
Ledger API standard JWT token
All rights of the user.
Optional: can be empty
Show child attributes