RE: Different access role in google ads api

2022-04-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, it appears that this is specifically about an account role. That said, please check this document where you can see possible values of access role. Regards, Carmela Google Ads API Team ref:

Different access role in google ads api

2022-04-21 Thread Ajit Trivedi
Hi, What are the different access role that i can give while executing the following code? CustomerUserAccessInvitation invitation = CustomerUserAccessInvitation.newBuilder() .setEmailAddress(emailAddress) .setAccessRole(accessRole) .build(); For reference : https://