Skip to main content
Retrieve a list of groups. To fetch all results, run repeatedly with the Offset parameter as long as the result metadata has a next_offset value. Note: This action requires the Grant resource - Read API permission.
External DocumentationTo learn more, visit the Duo documentation.

Parameters

ParameterDescription
LimitThe maximum number of groups to retrieve. Defaults to 100 with a maximum of 100.
OffsetThe offset from 0 at which to start record retrieval.

When used with Limit, the handler will return limit records starting at the n-th record, where n is the offset.

Defaults to 0.

Example Output

Workflow Library Example

List Groups with Duo and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop