External DocumentationTo learn more, visit the Authentik documentation.
Actions
Get Group
Get a group by a given ID.

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 ID | The ID of the group. Can be obtained by the List Groups action. |
{
"pk": "<string>",
"num_pk": 34578,
"name": "<string>",
"is_superuser": false,
"parent": null,
"parent_name": null,
"users": [],
"users_obj": [],
"attributes": {},
"roles": [],
"roles_obj": []
}
Was this page helpful?