My web app authenticates the user and retrieves her advertising accounts with her user token:
/me?fields=id,name,adaccounts
After I received the ad account ids I am trying retrieve the adgroups for one of them:
/act_xxxxxxxxxxxxxxx/adgroups
but I am getting an error:
(#10) You do not have sufficient permissions to perform this action'
My user has a GENERAL_USER
role for this ad account. Is this user role sufficient for this API call? I cannot seem to find this in the official documentation. Any help here would be much appreciated!