client.databases.list_groups
A method of the Databases endpoint.
- list_groups(id: int) ListResponse
List groups in the specified database
API URL:
GET /databases/{id}/groupsimport civis client = civis.APIClient() response = client.databases.list_groups(...)
- Parameters:
- idint
The ID for the database.
- Returns:
civis.ListResponse- group_namestr
The name of the group.
- membersList[str]
The members of the group.