Create a new group.

Parameters

ParameterDescription
DescriptionThe group’s description.
Is External IdP GroupTrue if it is an external group from an IdP.
NameThe group’s name.

Example Output

{
	"id": "<string>",
	"created_at": 82,
	"updated_at": 53,
	"created_by": "<string>",
	"updated_by": "<string>",
	"tenant_id": "<string>",
	"name": "<string>",
	"description": "<string>",
	"managed": false
}

Workflow Library Example

Create Group with Blink and Send Results Via Email

Preview this Workflow on desktop