Attributes |
Name | Required | Request-time | Description |
groupName | true | true |
The name of the new group.
|
parentName | false | true |
The name of the group to set as the parent of the new group.
|
result | true | false |
The name of a variable that will return the result status of the operation, as an Integer.
Possible values: UserManagementTagConstants.CREATE_GROUP_OK,
UserManagementTagConstants.CREATE_GROUP_FAILED, UserManagementTagConstants.GROUP_EXISTS
|
id | false | false |
The name of a variable which will return the created Group object.
|