google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Adding multiple users to a group in single API call
Is there any way to insert multiple members in a group using the Admin SDK's Directory API ? The API used to insert member is - members.insert Currently in the documentation I can only find way to insert a single user in one API call.