getPersonaUsers

On this page
Back to index

Summary

Retrieves all users that have a certain persona.
personaName
Stringrequired
The persona name.
includeProvider
Booleanoptional
Whether 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 */ )