Angular userservice get all does not return all users
Hello everyone. We are having an issue where the angular userservice only returns the users that have the same user group as the current user, or those from groups with lesser permissions. For example, if the current user is an administrator, the userservice will return all users, but if the current user is an editor, the userservice only returns other editors.
Any idea why might this be happening? We're using this service in a custom dashboard from a custom section.
Angular userservice get all does not return all users
Hello everyone. We are having an issue where the angular userservice only returns the users that have the same user group as the current user, or those from groups with lesser permissions. For example, if the current user is an administrator, the userservice will return all users, but if the current user is an editor, the userservice only returns other editors.
Any idea why might this be happening? We're using this service in a custom dashboard from a custom section.
Anyone? :)
is working on a reply...