Back to index
Summary
Creates a new local group of users or personas.groupNameStringrequiredName of the group; must be unique among local groups. personasArray<Unknown>optionalList of personas that this group has. 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.createGroup( groupName: "test-groupName" /* optional arguments */ )