Last updated 10 months ago
Returns all roles.
Filter by role name
name
The number of pages to skip before starting to collect the result set
0
The numbers of items to return
20
GET /api/v1/permissions/roles HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Successful operation.
[ { "uuid": "00000000-0000-0000-0000-000000000000", "name": "Name", "description": "Description", "owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001", "permissions": [ "POLICIES_POLICY_READ" ] } ]