{ "operationId": "listGrantsOf", "method": "GET", "path": "/api/v2/roles/{name}/grants-of", "summary": "List All Grants of the Role", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listgrantsof200Example", "example": [ { "created_on": "2026-01-15T10:30:00Z", "role": "example_value", "granted_to": "example_value", "grantee_name": "example_value", "granted_by": "example_value" } ] } ] }