pub async fn access_users_get_users(
configuration: &Configuration,
enabled: Option<PveBoolean>,
full: Option<PveBoolean>,
) -> Result<AccessUsersGetUsersResponse, Error<AccessUsersGetUsersError>>Expand description
User index. Permissions: The returned list is restricted to users where you have ‘User.Modify’ or ‘Sys.Audit’ permissions on ‘/access/groups’ or on a group the user belongs too. But it always includes the current (authenticated) user.