databases_list_groups {civis} | R Documentation |
List groups in the specified database
Description
List groups in the specified database
Usage
databases_list_groups(id)
Arguments
id |
integer required. The ID for the database. |
Value
An array containing the following fields:
groupName |
string, The name of the group. |
members |
array, The members of the group. |
[Package civis version 3.1.2 Index]