Groups
list
List and filter through all Groups
Usage
Returns
Parameters
Filter response with the following additional methods. All filters are optional.
name
- Type:
string
Filters groups based the group name
isPublic
- Type:
boolean
Filters groups based on whether they are public or not
limit
- Type:
number
Limits the number of results
pageToken
- Type:
string
Paginates through groups based on a provided page token
Auto Paginate
The list
method has an auto pagination feature that is triggered when used inside a for await
iterator