Search code examples
google-apps-scriptgoogle-appsgoogle-apps-marketplace

Triggering a google apps script for all the users except administrators


How do i configure a google apps trigger for all the domain level users except administratos. Is there any global level configuration available ? or do i need to go individual users account and manually configure the same ?


Solution

  • It's not possible to have an Apps Script run for all users of a domain. Each user must run the code individually. If you wish to run a script for all users in a domain, consider using another platform / programming language and take advantage of service accounts.