Get Users List having access to Adwords Account (Account Access Section)
48 views
Skip to first unread message
Ronak Shah
unread,
Aug 15, 2018, 3:51:54 AM8/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello,
How we can fetch the users list having access to adwords account? I am talking about Account Access section
Thanks,
Ronak
Luis Xander Talag (AdWords API Team)
unread,
Aug 15, 2018, 5:27:10 AM8/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi Ronak,
My apologies as retrieving the users in Account Access view in UI is currently not supported in the API.
Let me know if you have other concerns in the API.
Thanks and regards,
Luis
AdWords API Team
Ronak Shah
unread,
Aug 16, 2018, 1:39:51 AM8/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello Luis,
If we cannot fetch users list then Can we get the count of users?
Let me know
Thanks,
Ronak
Luis Xander Talag (AdWords API Team)
unread,
Aug 16, 2018, 3:20:51 AM8/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi Ronak,
I'm afraid that is not also possible in the AdWords API. Currently, what the API has is the CustomerService.getCustomers() method which could return details of all the customers (that is, AdWords client accounts) directly accessible by the user authenticating the call. You may check this guide for more information.