Skip to Content

POST /persona/search

Search Persona

Search personas — composable infra architecture.

Request Body (SearchPersonaApiRequest)

FieldTypeRequiredDescription
snapshot_keystringNoCache snapshot key for consistent reads across related requests
searchstringNoFull-text search query for personas
scenario_idsstring[]NoFilter by scenario UUIDs
field_idsstring[]NoFilter by field UUIDs
filter_department_idsstring[]NoFilter by department UUIDs
scenario_searchstringNoSearch text for scenario facet
field_searchstringNoSearch text for field facet
department_searchstringNoSearch text for department facet
color_searchstringNoSearch text for color facet
icon_searchstringNoSearch text for icon facet
voice_searchstringNoSearch text for voice facet
instruction_searchstringNoSearch text for instruction facet
page_sizeintegerNoNumber of results per page
page_offsetintegerNoPagination offset

Response (ListPersonaApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the authenticated user
personasListPersonaApiPersona[]NoList of personas with computed permissions
scenario_filterListFilterSectionNoScenario filter options for the list UI
field_filterListFilterSectionNoField filter options for the list UI
department_filterListFilterSectionNoDepartment filter options for the list UI
color_filterListFilterSectionNoColor filter options for bulk edit
icon_filterListFilterSectionNoIcon filter options for bulk edit
voice_filterListFilterSectionNoVoice filter options for bulk edit
instruction_filterListFilterSectionNoInstruction filter options for bulk edit
flag_filterListFilterSectionNoFlag filter options for bulk edit
total_countintegerNoTotal number of personas matching filters
import_fieldsImportField[]NoCSV import column schema for the bulk-import dialog
Last updated on