Retrieve a group by it’s ID. Note: This action requires the Grant resource - Read API permission.
This output does not include a list of group members.To retrieve group members, use the ‘Get Group Users’ action.
External DocumentationTo learn more, visit the Duo documentation.

Parameters

ParameterDescription
Group IDGroup ID to look up.

Example Output

{
	"stat": "OK",
	"response": {
		"desc": "Group description",
		"group_id": "DGXXXXXXXXXXXXXXXXXX",
		"mobile_otp_enabled": false,
		"name": "Group Name",
		"push_enabled": false,
		"sms_enabled": false,
		"status": "active",
		"voice_enabled": false
	}
}

Workflow Library Example

Get Group with Duo and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop