AI-generated Key Takeaways
-
This API allows administrators to modify multiple policy values applied to a specific Google Workspace group.
-
All policy targets must share the same format, including the target resource and
additionalTargetKeyNames
. -
The request body should contain a list of
ModifyGroupPolicyRequest
objects, each specifying the target, new policy value, and fields to update. -
Successful requests will return an empty response body, while failures will include error details in the
google.rpc.Status
. -
Authorization requires the
https://www.googleapis.com/auth/chrome.management.policy
OAuth scope.
- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ModifyGroupPolicyRequest
- Try it!
Modify multiple policy values that are applied to a specific group. All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in additionalTargetKeyNames
, though the values for those keys may be different. On failure the request will return the error details as part of the google.rpc.Status.
HTTP request
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/groups:batchModify
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
ID of the Google Workspace account or literal "my_customer" for the customer associated to the request. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"requests": [
{
object ( |
Fields | |
---|---|
requests[] |
List of policies to modify as defined by the
|
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.policy
ModifyGroupPolicyRequest
Request parameters for modifying a policy value for a specific group target.
JSON representation |
---|
{ "policyTargetKey": { object ( |
Fields | |
---|---|
policyTargetKey |
Required. The key of the target for which we want to modify a policy. The target resource must point to a group. |
policyValue |
The new value for the policy. |
updateMask |
Required. Policy fields to update. Only fields in this mask will be updated; other fields in This is a comma-separated list of fully qualified names of fields. Example: |