- Supports adding single email to respected group
- Support from adding all your emails obtained from json provided by google api
-
For single email :-
./groupmagic single --email "Your@EmailAddress" --group "[email protected]"
- Where
"Your@EmailAddress"
is your email address which needs to be added to group &"[email protected]"
is your gsuite group email address
- Where
-
For multiple emails you have to specify the folder which has all the
.json
files as follows :-./groupmagic multiple --SaPath "YourAccountsfolder" --group "[email protected]"
- Where
"YourAccountsfolder"
is your path to the.json
files (default is "accounts" in same folder) &"[email protected]"
is your gsuite group email address
- Where
-
For windows users :- just change ./groupmagic to ./groupmagic.exe
-
You are to use
./groupmagic --help
to view all this info again in program.