FilterableAuthUserProps
The filters to apply on the retrieved auth user.
id
string[]The IDs to filter the auth user by.
provider
string | string[]Filter the auth users by the ID of their auth provider.
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.
Was this section helpful?