Optionalconfiguration: ConfigurationPerson name.
OptionaluserId: string
Optional. Filter by user id, and attach user data.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
OptionalstartIndex: number
Optional. All items with a lower index will be dropped from the response.
Optionallimit: number
Optional. The maximum number of records to return.
OptionalsearchTerm: string
The search term.
OptionalnameStartsWith: string
Optional. Filter by items whose name starts with the given input string.
OptionalnameLessThan: string
Optional. Filter by items whose name will appear before this value when sorted alphabetically.
OptionalnameStartsWithOrGreater: string
Optional. Filter by items whose name will appear after this value when sorted alphabetically.
Optionalfields: ItemFields[]
Optional. Specify additional fields of information to return in the output.
Optionalfilters: ItemFilter[]
Optional. Specify additional filters to apply.
OptionalisFavorite: boolean
Optional filter by items that are marked as favorite, or not. userId is required.
OptionalenableUserData: boolean
Optional, include user data.
OptionalimageTypeLimit: number
Optional, 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.
OptionalparentId: string
Optional. Specify this to localize the search to a specific library. Omit to use the root.
OptionalappearsInItemId: string
Optional. If specified, person results will be filtered on items related to said persons.
OptionaluserId: string
User id.
OptionalenableImages: boolean
Optional, include image information in output.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
PersonApi - functional programming interface