unassignPersonaFromGroup

On this page
Back to index

Summary

Unassigns the specified groups from the specified persona.
personaName
Stringrequired
The persona name.
groupNames
Array<Unknown>optional
List of groups that have personas.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.unassignPersonaFromGroup( personaName: "test-personaName" /* optional arguments */ )