Hey, I am testing REST API to mutate customerUserAccesses. Yesterday I successfully changed an account role from admin to read only, but when I tried changing to any other role again I got a USER_PERMISSION_DENIED error. The headers are correct and I even tried adding the login-customer-id, but it still failed. Can this be reverted back? Why was I able to mutate to read_only but can't change it anymore?
{ "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "authorizationError": "ACTION_NOT_PERMITTED" }, "message": "The user does not have permission to perform this action on the resource or call a method." } ], "requestId": "aqxZkplEE9H0JCMed-ucjA" } ] } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/305edd10-7527-44ee-b4e6-407bee459572n%40googlegroups.com.