{ "operationId": "grantGroupPrivilege", "method": "POST", "path": "/api/v2/grants/{granteeType}/{granteeName}/{bulkGrantType}/{securableTypePlural}/{scopeType}/{scopeName}/privileges", "summary": "Grant the Specified Privilege(s) on All/future (as Specified by Bulkgranttype) Securables of This Type in a Given Scope to the Named Grantee.", "requestExamples": [ { "contentType": "application/json", "name": "GrantgroupprivilegeRequestExample", "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": [] }