Skip to Content

POST /department/search

Search Department

Search departments — composable infra architecture.

Request Body (SearchDepartmentApiRequest)

FieldTypeRequiredDescription
searchstringNo
page_sizeintegerNo
page_offsetintegerNo
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (ListDepartmentApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the acting user
departmentsListDepartmentApiDepartment[]NoList of department items
flag_filterListFilterSectionNoFilter options for flags in list UI
profile_filterListFilterSectionNoFilter options for profiles in list UI
settings_filterListFilterSectionNoFilter options for settings in list UI
logins_filterListFilterSectionNoFilter options for logins in list UI
total_countintegerNoTotal number of departments
import_fieldsImportField[]NoCSV import column schema for the bulk-import dialog
Last updated on