cURL
curl --request GET \ --url https://api.example.com/v2/users/{user-id}/rights \ --header 'Authorization: Bearer <token>'
{ "rights": [ { "kind": { "CanActAs": { "value": { "party": "<string>" } } } } ] }
Ledger API standard JWT token
All rights of the user.
Optional: can be empty
Show child attributes