Back to index
Summary
Retrieves all users that have a certain persona.personaNameStringrequiredThe persona name. includeProviderBooleanoptionalWhether to include disabled PersonaCategories. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPersonaUsers( personaName: "test-personaName" /* optional arguments */ )