lib::api

Function get_matching_users

Source
pub fn get_matching_users(
    query: impl Query<User>,
    users: impl Resource<User>,
) -> Result<Vec<User>>
Expand description

GET /groups/query[?name=][&gid=][&member=[&member=][&. ..]] Return a list of groups matching all of the specified query fields. The bracket notation indicates that any of the following query parameters may be supplied: - name - gid - member (repeated)