You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params can be added to this method client.website.list_people_profiles(website_id, page_number, params) to have all options in the API
/website/{website_id}/people/profiles/{page_number}{?sort_field}{&sort_order}{&search_operator}{&search_filter}
The text was updated successfully, but these errors were encountered:
The search_people_profiles works pretty well. The best thing to do in this case is to create the filter in Crisp directly and then inspect the network tab of your browser to view how the query parameters are formed.
For example, if you would like to search for a person based on their email, you can do it like so:
params can be added to this method client.website.list_people_profiles(website_id, page_number, params) to have all options in the API
/website/{website_id}/people/profiles/{page_number}{?sort_field}{&sort_order}{&search_operator}{&search_filter}
The text was updated successfully, but these errors were encountered: