Get all groups or users in a given group (or groups)
Source:R/get_group_membership.R
get_group_membership.Rd
If given no parameters it will return a list of all
possible groups. The first parameter group_name
, can be a vector
of groups, and it will return all users (and their full names) who
have membership. The second parameter group_name_exclude
can be
used to find users except those in the supplied group(s).
Arguments
- group_name
name of a group, this is usually the same as a drive name. Can be a vector of multiple groups.
- group_name_exclude
Group or groups to exclude.
Value
a tibble