Skip to content

Conversation

mandarini
Copy link
Contributor

@mandarini mandarini commented Oct 8, 2025

Authored by: @0x62
Moved from supabase/auth-js#865

What kind of change does this PR introduce?

There is already support for a filter=xyz query param for the listUsers endpoint, but it is not exposed on the client. This PR adds support for the filter, which allows users to filter the respond of listUsers by a partial or full email address.

This PR also fixes pagination metadata for page values >9. This was originally proposed in #793, but changes were requested and that PR is now stale so I have implemented those changes here too.

What is the current behavior?

It is not possible to filter users via the SDK.

What is the new behavior?

You can now filter users.

Additional context

supabase/auth#880

@coveralls
Copy link

coveralls commented Oct 8, 2025

Coverage Status

coverage: 95.455% (+13.0%) from 82.5%
when pulling c434072 on feat/list_users_with_filter
into 2d0bd77 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants