addUsersToGroup
assignPersonaToGroup
createGroup
getGroup
Retrieves a group by its name.
Arguments
Argument Name | Type | Description |
---|---|---|
groupName |
String |
(Required) Name of the group; must be unique among local groups. |
providerName |
String |
The name of the provider from which to get the group. |
traverseHierarchy |
Boolean |
Set to 0 or true to include nested groups in the result if this is an LDAP group and recursive traversal of group hierarchy is enabled for the directory provider. |
getGroups
Retrieves all groups.
Arguments
Argument Name | Type | Description |
---|---|---|
filter |
String |
Apply a glob-style filter (for example, foo*) when looking for users or groups. |
includeAll |
Boolean |
Whether to include all users or groups, or only users or groups that are known to the system. |
maximum |
Integer |
The maximum number of users or groups to return. |
sortOrder |
SortOrder |
Specifies the order to sort the results. |
modifyGroup
Modifies an existing group.
Arguments
Argument Name | Type | Description |
---|---|---|
groupName |
String |
(Required) Name of the group; must be unique among local groups. |
clearPersonas |
Boolean |
Clear personas for group, if modifying. |
migrateSettings |
String |
New group name to which settings will be migrated. |
newName |
String |
The new name for an existing object that is being renamed. |
personas |
Collection |
List of personas that this group has. |
removeAllUsers |
Boolean |
True to remove all users from this group. |
userNames |
Collection |
List of users in the group. |