Actions
Create Group
Create a new group.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | The group’s description. |
| Is External IdP Group | True if it is an external group from an IdP. |
| Name | The group’s name. |
{
"id": "<string>",
"created_at": 82,
"updated_at": 53,
"created_by": "<string>",
"updated_by": "<string>",
"tenant_id": "<string>",
"name": "<string>",
"description": "<string>",
"managed": false
}
Was this page helpful?