Closed leelokas closed 7 years ago
Still needs doing:
{ "login": "admin", "firstName": "Administrator", "lastName": "Administrator", "email": "admin@localhost", "activated": true, "langKey": "en", "authorities": [ "ROLE_USER", "ROLE_ADMIN" ], "manager": null, "id": 3, "createdBy": "system", "createdDate": "2016-11-24T17:19:28.235Z", "lastModifiedBy": "system", "lastModifiedDate": "2016-11-24T17:19:28.235Z", "managerId": null, "password": null }
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" } ]
Similar to api/vacations/filter. It should be possible to filter Users by login, first name, last name, role and manager.