loadGroupUsers.Rd
Retrieves all users belonging to a specific group.
loadGroupUsers(groupId)
Character. The ID of the group.
A data frame of users in the group. Returns NULL if the group cannot be found. Returns NULL if the group has no members.
NULL
loadGroup, loadGroups
loadGroup
loadGroups
if (FALSE) { # \dontrun{ members <- loadGroupUsers("some-group-id") } # }