{ "operationId": "grantPrivilege", "method": "POST", "path": "/api/v2/grants/{granteeType}/{granteeName}/{securableType}/{securableName}/privileges", "summary": "Grant the Specified Privilege(s) on the Named Securable to the Named Grantee.", "requestExamples": [ { "contentType": "application/json", "name": "GrantprivilegeRequestExample", "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" } } ], "responseExamples": [] }