Hi Adam, The email invite system is for users to be able to have access and manage other accounts via the AdWords UI. In the AdWords API, in order to access an account, the user will need to have the OAuth2 credentials of the specific account they wish to access or manage.
This means, for your scenario, you will need to acquire or generate the OAuth2 credentials <https://developers.google.com/adwords/api/docs/guides/authentication> using an email that has access to the client account. In your code, you will then need to implement a feature that will dynamically switch the credentials depending on which clientCustomerId they are associated to. You can do this by using the Credential object in the client library to set the values for each account. Let me know if this helps. Thanks and regards, Peter 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/be520a68-ab02-40de-a56f-4fbc86d51bff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
