Get a group by a given ID.

External Documentation

To learn more, visit the Authentik documentation.

Parameters

ParameterDescription
Group IDThe ID of the group. Can be obtained by the List Groups action.

Example Output

{
	"pk": "<string>",
	"num_pk": 34578,
	"name": "<string>",
	"is_superuser": false,
	"parent": null,
	"parent_name": null,
	"users": [],
	"users_obj": [],
	"attributes": {},
	"roles": [],
	"roles_obj": []
}

Workflow Library Example

Get Group with Authentik and Send Results Via Email

Preview this Workflow on desktop