MutateCustomerUserAccess

  • The MutateCustomerUserAccess RPC updates or removes a user's permissions on a given customer, returning operation statuses.

  • Various errors can be thrown, including AuthenticationError, AuthorizationError, and CustomerUserAccessError.

  • This operation requires the https://www.googleapis.com/auth/adwords OAuth scope.

MutateCustomerUserAccess

rpc MutateCustomerUserAccess(MutateCustomerUserAccessRequest) returns (MutateCustomerUserAccessResponse)

Updates, removes permission of a user on a given customer. Operation statuses are returned.

List of thrown errors: AuthenticationError AuthorizationError CustomerUserAccessError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.