Back to index
Summary
Create a new user.userNameStringrequiredThe user name. Email address of the user. fullUserNameStringoptionalFull name of the user. groupNamesArray<Unknown>optionalList of groups that this user is in. passwordStringoptionalThe users password. personasArray<Unknown>optionalList of personas that this user has. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createUser( userName: "test-userName" /* optional arguments */ )