Skip to contents

Retrieves all users belonging to a specific group.

Usage

loadGroupUsers(groupId)

Arguments

groupId

Character. The ID of the group.

Value

A data frame of users in the group. Returns NULL if the group cannot be found. Returns NULL if the group has no members.

See also

Examples

if (FALSE) { # \dontrun{
members <- loadGroupUsers("some-group-id")
} # }