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:
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://