1

I need to pull the name off of the GSuite Business account name and have it automatically be filled in the form when opened along with the email address. Is this possible using Apps Script?

  • So, if I am not mistaken you are trying to create a Google Form with a question where you will be including the full list of users in your Google Workspace account so that they can pick any name/email from the list, correct? – Fernando Lara Aug 02 '22 at 17:39

1 Answers1

0

Yes you have to use Directory API to retrieve informations about directory users. https://developers.google.com/admin-sdk/directory/reference/rest/v1/users

jp astier
  • 39
  • 1
  • 6