Table of Contents
creategroup is the tool to create a new group in a given context. Groups are
created with no group members when no userid(s) are supplied with the parameter -a.
| -h,--help | Prints a help text |
| --environment | Show info about commandline environment |
| --nonl | Remove all newlines (\n) from output |
| -c,--contextid <integer> | The id of the contex |
| -n,--name <string> | The group name |
| -d,--displayname <stringe> | The displayname for the group |
| -a,--addmembers <userid(s)> | List of members to add to the group separated by "," |
| -A,--adminuser <string> | Context Admin user name |
| -P,--adminpass <string> | Context Admin password |
On success:
group <groupid> in context <contextid> created
On failure:
group in context <contextid> could not be created: <reason from server>