I'm a bit stuck. My account has access to multiple accounts. One of them is a manager account which manages 2 accounts. I want to get the data for one of those accounts under the manager account.
In the yaml file I set the login_customer_id of this manager account and I did the Oauth successful. When running list_accessible_customers I see all accounts including the manager account. Then when querying the client_id to get data from the account under the manager account I get PERMISSION_DENIED error:
I can get data for the accounts I have direct access to, just the error when trying to get data for the indirect access through the manager. The login_customer_id is set correct. Also I double checked that I query the client_id and have the manager id in the yaml.
Any suggestions on what I'm doing wrong here?