Retrieve information about an existing group by its ID.
The members field of this action will always be empty.To retrieve group members, use the List Groups action with a filter.
External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.

Parameters

ParameterDescription
Group IDID of the group to lookup. Can be retrieved via the “List Groups” action.

Example Output

{
	"id": "<string>",
	"meta": {
		"resourceType": "<string>",
		"created": "2023-05-30T08:07:10Z",
		"lastModified": "2023-05-30T08:07:10Z"
	},
	"schemas": [
		"<string>"
	],
	"displayName": "<string>",
	"members": []
}

Workflow Library Example

Get Group with Aws Iam Identity Center and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop