Get Group
Retrieve information about an existing group by its ID.
note
The members
field of this action will always be empty.
To retrieve group members, use the List Groups
action with a filter
.
External Documentation
To learn more, visit the AWS IAM Identity Center documentation.
Parameters
Parameter | Description |
---|---|
Group ID | ID of the group to lookup. Can be retrieved via the "List Groups" action. |
Example Output
{
"id": "9067729b3d-a2cfc8a5-f4ab-4443-9d7d-b32a9013c554",
"meta": {
"resourceType": "Group",
"created": "2020-04-06T16:48:19Z",
"lastModified": "2020-04-06T16:48:19Z"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"displayName": "Group Bar"
}
Workflow Library Example
Get Group with Aws Iam Identity Center and Send Results Via Email
Preview this Workflow on desktop