Merge branch 'RED-9225-perm-fp' into 'main'
RED-9225: Fixed wrong user permissions for customer api See merge request fforesight/tenant-user-management-service!108
This commit is contained in:
commit
bacb43c9db
@ -26,7 +26,7 @@ public class UserContollerV2 implements UserResourceV2, PublicResourceV2 {
|
||||
|
||||
public List<User> getUsers(@RequestParam(name = USERNAME_PARAM, required = false) String username) {
|
||||
|
||||
var users = userController.getAllUsers(false)
|
||||
var users = userController.getApplicationSpecificUsers(false)
|
||||
.stream()
|
||||
.map(this::convertUser);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user