addPersonaDetail
createPersona
Create a new persona.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName | String | The persona name. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees Flow. |
homePageName | String | The default home page. |
isDefault | Boolean | Set as default persona. |
personaDetails | String | The details of the persona, if creating. |
getPersonas
Retrieve all personas.
Arguments
Argument Name | Type | Description |
---|---|---|
excludeGroupPersonas | Boolean | If true, exclude personas set for groups when specify userName. |
groupName | String | The group name. |
includeDetails | Boolean | True to include details (default is false) |
merged | Boolean | If true, merge the persona details when specify userName. |
userName | String | The user name. |
modifyPersona
Modify an existing persona.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName | String | The persona name. (Required) |
clearDetails | Boolean | clear persona details, if modifying. |
description | String | Comment text describing this object that is not interpreted at all by CloudBees Flow. |
homePageName | String | The default home page. |
isDefault | Boolean | Set as default persona. |
newName | String | New name for an existing object that is being renamed. |
personaDetails | String | The details of the persona, if creating. |