Learn R Programming

civis (version 3.1.0)

groups_list_child_groups: Get child groups of this group

Description

Get child groups of this group

Usage

groups_list_child_groups(id)

Value

A list containing the following elements:

manageable

array, An array containing the following fields:

  • id integer,

  • name string,

writeable

array, An array containing the following fields:

  • id integer,

  • name string,

readable

array, An array containing the following fields:

  • id integer,

  • name string,

Arguments

id

integer required. The ID of this group.