groups_list_child_groups {civis}R Documentation

Get child groups of this group

Description

Get child groups of this group

Usage

groups_list_child_groups(id)

Arguments

id

integer required. The ID of this group.

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,


[Package civis version 3.1.2 Index]