How to grant a regular user limited adminsdk access for a google app script? -
is possible have regular user access admindirectory.members.list() function using google app script without making them administrator?
it depends on how it's used. can deploy script web application, executed , give access people people within own domain.
you set restriction particular people within own domain using session.getactiveuser() determine accessing it. won't work unless user part of own gapps domain.
Comments
Post a Comment