Create a new group in AWS IAM Identity Center.
External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.

Parameters

ParameterDescription
Display NameThe display name for the new group.

Example Output

{
	"id": "<string>",
	"meta": {
		"resourceType": "<string>",
		"created": "2025-04-02T05:13:53Z",
		"lastModified": "2025-04-02T05:13:53Z"
	},
	"schemas": [
		"<string>"
	],
	"displayName": "<string>",
	"members": []
}

Workflow Library Example

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