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

Perl

$cmdr->unassignPersonaFromUser( "test-personaName" # personaName # optionals );

ectool

ectool unassignPersonaFromUser \ "test-personaName" `# personaName` \ # optionals