Available for: Content Management Server
Task: Creates a new user group with the specified parameter values.
Additional information:
- When a group is created, the
owneris set to the logged-in user ifowneris not specified as a parameter whencreateis called. - The name of a group cannot be changed after creation.
Syntax:
group create {parameter value}
Function parameters:
-
parameterspecifies the name of the group parameter whose value is to be set during creation of the group. Thenameparameter must be specified. -
valueis the value of the parameter to be set.
Return value if successful: the name of the new group (string)
Necessary permissions: The user must have the permissionGlobalUserEdit permission.
Example:
CM>group create name editors realName Editors Editors