PendiumDocs

update_visibility_persona

Edit a buyer persona, or toggle whether it is used in scans.

Edit an existing buyer persona's name, role, goals, or pain points, or toggle whether it is used in scans. Use it to fix typos, sharpen role descriptions, or temporarily disable a persona without deleting it. At least one of name, role, goals, painPoints, or isActive must be provided.

Deprecated alias: update_persona is still accepted but update_visibility_persona is the canonical name.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID the persona belongs to.
personaIdstringYesThe persona ID to update.
namestring (1–255)NoNew persona name.
rolestringNoNew role, e.g. Enterprise CMO. Pass an empty string to clear.
goalsstring[]NoReplace the persona's goals (max 20).
painPointsstring[]NoReplace the persona's pain points (max 20).
isActivebooleanNoSet false to exclude this persona from future scans without deleting it.

See list_visibility_personas to find persona IDs, or delete_visibility_persona to remove one permanently.

On this page