External DocumentationTo learn more, visit the Authentik documentation.
Actions
Create Group
Create a 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 |
|---|---|
| Group Name | The group’s name. |
| Is Superuser | Is the group considered as a superuser group. |
| Users | A comma separated list of the group’s user IDs. Can be obtained by the List Users action. |
| Parameter | Description |
|---|---|
| Attributes | The additional attributes of the group. |
| Parent | The ID of the group’s parent. |
| Roles | A comma separated list of the group’s role IDs. |
{
"pk": "<string>",
"num_pk": 7440,
"name": "<string>",
"is_superuser": false,
"parent": null,
"parent_name": null,
"users": [],
"users_obj": [],
"attributes": {},
"roles": [],
"roles_obj": []
}
Was this page helpful?