Optionalconfiguration: ConfigurationPerson name.
OptionaluserId: stringOptional. Filter by user id, and attach user data.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Optionallimit: numberOptional. The maximum number of records to return.
OptionalsearchTerm: stringThe search term.
Optionalfields: ItemFields[]Optional. Specify additional fields of information to return in the output.
Optionalfilters: ItemFilter[]Optional. Specify additional filters to apply.
OptionalisFavorite: booleanOptional filter by items that are marked as favorite, or not. userId is required.
OptionalenableUserData: booleanOptional, include user data.
OptionalimageTypeLimit: numberOptional, the max number of images to return, per image type.
OptionalenableImageTypes: ImageType[]Optional. The image types to include in the output.
OptionalexcludePersonTypes: string[]Optional. If specified results will be filtered to exclude those containing the specified PersonType. Allows multiple, comma-delimited.
OptionalpersonTypes: string[]Optional. If specified results will be filtered to include only those containing the specified PersonType. Allows multiple, comma-delimited.
OptionalappearsInItemId: stringOptional. If specified, person results will be filtered on items related to said persons.
OptionaluserId: stringUser id.
OptionalenableImages: booleanOptional, include image information in output.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
PersonsApi - functional programming interface