Thanks for your reply Shwetha! I was also searching for this answer. Quick question: If a user links their account to an Adwords API tool, and the tool gets the list of customers the user has access to using the method you mentioned, how does the API tool "understand" if it can access a specific customer account in the list? The reason I ask this is I understand that if a user has "read-only" access to a certain customer account, it cannot give permission to an API tool to access the account. Am I right? How do API tools "know" which customer accounts it has permission to access?
Thanks in advance! Ricardo On Tuesday, February 21, 2017 at 3:10:21 PM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tom, > > Given a Google account, you can retrieve the AdWords accounts directly > accessible by this account using CustomerService.getCustomers() > <https://developers.google.com/adwords/api/docs/reference/v201609/CustomerService#getcustomers> > method. > This service returns the details of all the customers directly accessible > by the user authenticating the call if no clientCustomerId is specified in > the request header. I'm afraid it's not possible to retrieve the access > levels the authenticated user has to each AdWords account. > > Unfortunately, the second requirement is not supported in AdWords API. The > users listed is the Account Access section cannot be retrieved using any of > the AdWords API services. > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d60bf611-db7c-4e3c-b7e7-1e9134794f61%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
