Hi,
In the Google Ads UI, when I go to Tools -> Account access -> Managers, I can see a list of all the manager accounts who have access to the selected Ads account.
I can see the descriptive name, the id and the date the accounts were linked.
Can this information also be retrieved using the API?
I tried querying the account_manager_link resource and that gives me the IDs but I found no way to retrieve the descriptive name and the date.
When I try to retrieve the manager's descriptive name by querying the customer resource but that just gives me a not allowed error because the selected Ads account does not have permission to read the manager account.
Since the data is shown in the Google Ads UI I supposed it would also be possible using the API.
Any idea?
Thanks.