def users(self):
     """Get users"""
     return UserCollection(self, ResourcePathEntity(self, None, "users"))
 def users(self):
     """Get users"""
     return UserCollection(self, ResourcePath("users"))