{ "operationId": "listGrantsTo", "method": "GET", "path": "/api/v2/grants/{granteeType}/{granteeName}", "summary": "List of Privileges Associated With This Grantee Type and Name", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listgrantsto200Example", "example": [ { "privileges": [ "example_value" ], "grant_option": true, "created_on": "2026-01-15T10:30:00Z", "grantee_type": "example_value", "grantee_name": "example_value", "securable_type": "example_value", "securable_name": "example_value", "granted_by_role_type": "example_value", "granted_by_name": "example_value" } ] } ] }