I want to create a very simple script
function myFunction() {
var group = AdminGroupsSettings.newGroups();
Logger.log(group)
}
But I have the error ReferenceError: AdminGroupsSettings is not defined
.
However, my Admin SDK is well added from Services.
The function is a simple copy from the Update a group's settings example