lib::api

Function get_all_users

Source
pub fn get_all_users(users: impl Resource<User>) -> Result<Vec<User>>
Expand description

GET /users Return a list of all users on the system, as defined in the /etc/passwd file.