Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement filter query parameters on list users endpoint #336

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

asmahood
Copy link
Member

This adds support for new query parameters on the list users endpoint to filter the list of users. The new supported query parameters are id,name,email,faculty. Both id and faculty filter on exact matches. name and email both filter on partial matches, similar to searching.

Closes #195

This adds support for new query parameters on the list users endpoint to filter the list of users. The new supported query parameters are `id,name,email,faculty`. Both `id` and `faculty` filter on exact matches. `name` and `email` both filter on partial matches, similar to searching.

Closes #195
@asmahood asmahood added type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development labels Dec 19, 2024
@asmahood asmahood self-assigned this Dec 19, 2024
@asmahood asmahood merged commit 8774985 into develop Dec 19, 2024
1 check passed
@asmahood asmahood deleted the 195-list-users-filters branch December 19, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The ListUsers route should support filtering arguments
1 participant