unassignPersonaFromUser

On this page
Back to index

Summary

Unassigns the specified list of users from the existing persona.
personaName
Stringrequired
The persona name.
userNames
Stringoptional
List of users that have personas.

Usage

Groovy

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