Skip to contents

Get the group names and ids for all the groups in the org.

Usage

get_groups()

Value

Response will be a data frame containing the groups that are in the organization. Each group has the following variables:

Column NameTypeDescription
idchrgroup's unique ID
namechrgroup's given name

Examples

if (FALSE) { # \dontrun{
# This is an example of how the function would be called.

df_groups <- get_groups()

} # }