The ListUsers route should support filtering arguments #195
Labels
type::Feature
Issues/Pull requests that implement a new feature/enhancement
work::Product Development
Description
We only are able to filter by name on the users page. While this is helpful for finding individual users it does not provide us with ways to view different subset of users (such as all users for a certain faculty) or to find a user by their quest id or student id.
Approach
name
: search by{firstName} {lastName}
id
: search by theid
of the userfaculty
: search by faculty nameWHERE
queries)Related To
Blocked By
Blocks
The text was updated successfully, but these errors were encountered: