Back to index
Summary
Modifies an existing group.groupNameStringrequiredName of the group; must be unique among local groups. clearPersonasBooleanoptionalClear personas for group, if modifying. migrateSettingsStringoptionalNew group name to which settings will be migrated. newNameStringoptionalThe new name for an existing object that is being renamed. personasArray<Unknown>optionalList of personas that this group has. removeAllUsersBooleanoptionalTrue to remove all users from this group. userNamesArray<Unknown>optionalList of users in the group. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyGroup( groupName: "test-groupName" /* optional arguments */ )