createGroup

On this page
Back to index

Summary

Creates a new local group of users or personas.
groupName
Stringrequired
Name of the group; must be unique among local groups.
personas
Array<Unknown>optional
List of personas that this group has.
userNames
Array<Unknown>optional
List 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 */ )