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

{
	"attributes": {},
	"is_superuser": false,
	"name": "string",
	"num_pk": 0,
	"parent": "uuid",
	"parent_name": "string",
	"pk": "Group uuid",
	"roles": [
		"uuid"
	],
	"roles_obj": [
		{
			"name": "string",
			"pk": "Uuid"
		}
	],
	"users": [
		0
	],
	"users_obj": [
		{
			"attributes": {},
			"email": "Email address",
			"is_active": false,
			"last_login": "date-time",
			"name": "User's display name.",
			"pk": 0,
			"uid": "string",
			"username": "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
		}
	]
}

Workflow Library Example

Get Group with Authentik and Send Results Via Email

Preview this Workflow on desktop