get_personas
Return every professional persona name the server recognises. Each
persona is a pre-crafted query bundle that captures multiple related
job titles (e.g. "developer" includes software engineers, frontend
developers, backend developers, and so on).
When to use it
Section titled “When to use it”Call this before writing a search_people
or search_companies query that uses
persona-based filters, so the field names match exactly.
Inputs
Section titled “Inputs”None.
How to use the result
Section titled “How to use the result”Plug returned names into the prospect_query (or account_query for
employee-persona presence at a company):
{ "field": "<persona_name>", "op": "exists" }Returns
Section titled “Returns”JSON list of persona names.