Persona

Persona actions manage personas — the identity records for both users and agents in the system. Each persona has attributes (custom fields) that can be read, written, and deleted. You can also create new personas at runtime.

Available Actions

ActionDescription
GetPersonaRetrieve a persona's information.
GetPersonaAttributeGet the value of a specific attribute on a persona.
SetPersonaAttributeSet the value of a specific attribute on a persona.
DeletePersonaAttributeDelete a specific attribute from a persona.
CreatePersonaCreate a new persona with a given name.