pub fn get_all_users(users: impl Resource<User>) -> Result<Vec<User>>
GET /users Return a list of all users on the system, as defined in the /etc/passwd file.