Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCustomerUserAccessRequest
Fields |
customer_id
|
string
Required. The ID of the customer being modified.
|
operation
|
CustomerUserAccessOperation
Required. The operation to perform on the customer
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The `MutateCustomerUserAccess` request is used to modify customer user access."],["This request requires the `customer_id` for identification and the `operation` to be performed."],["The `operation` field uses the `CustomerUserAccessOperation` object to define the action on customer access."]]],["The core content describes the `MutateCustomerUserAccess` request, which modifies customer user access. It requires two key fields: `customer_id`, a string representing the ID of the customer being modified, and `operation`, specifying the action to be performed. The `operation` field uses the `CustomerUserAccessOperation` type, which details the specific operation.\n"]]