Skip to main content
Skip to main content

FilterableUserProps

The filters to apply on the retrieved user.

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.
idstring | string[]
The IDs to filter users by.
emailstring | string[]
Filter users by their email.
first_namestring | string[]
Filter users by their first name.
last_namestring | string[]
Filter users by their last name.
Was this section helpful?