Description
UserService, GroupService and AnyObjectService provides both list() and search() endpoints, where the former looks now quite as duplicated of the latter.
As improvement we can remove list() and adapt the remaining code to work with search(), with very small changes.