leelokas / vacation_tracker

3 stars 3 forks source link

Backend support for filtering users #88

Closed leelokas closed 7 years ago

leelokas commented 7 years ago

Similar to api/vacations/filter. It should be possible to filter Users by login, first name, last name, role and manager.

leelokas commented 7 years ago

Still needs doing:

but api/users/filter?login=admin looks like this:

[ { "id": 3, "login": "admin", "firstName": "Administrator", "lastName": "Administrator", "email": "admin@localhost", "activated": true, "langKey": "en", "resetKey": null, "manager": null, "resetDate": null, "fullName": "Administrator Administrator" } ]