FilterableUserProps
The filters to apply on the retrieved user.
$and
(FilterableUserProps | BaseFilterable<FilterableUserProps>)[]An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]The IDs to filter users by.
email
string | string[]Filter users by their email.
first_name
string | string[]Filter users by their first name.
last_name
string | string[]Filter users by their last name.
Was this section helpful?