ReadonlydefaultsReadonlyltsStaticltsOptionalparameters: { limit?: number; page_cursor?: string | null; search?: string }Optionallimit?: numberOptionalpage_cursor?: string | nullIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor.
Optionalsearch?: stringString for which to search. Filters returned customers to include all records that satisfy a partial match using customer_key.
Optionalparameters: {}Optionalparameters: { customer_key: string }The customer key to open a portal for.
StaticfromStaticfromStaticfromStaticfromStaticfromStaticfrom
Maximum number of records to return per page.