Skip to main content

GuardDuty Invite Members

Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.

External Documentation

To learn more, visit the AWS documentation.

Basic Parameters

ParameterDescription
AWS Region(s)Enter the desired AWS Region(s).

To execute the action in multiple regions, provide a comma-separated list.
For example: us-east-1,eu-west-2.

If you wish to run the action in all available regions, use the asterisk symbol (*) instead.
Account IDsA comma-separated list of account IDs of the accounts that you want to invite to GuardDuty as members.
Detector IDThe unique ID of the detector of the GuardDuty account that you want to invite members with.

Advanced Parameters

ParameterDescription
Disable Email NotificationSpecifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
MessageThe invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.

Example Output

{
"UnprocessedAccounts": [
{
"AccountId": "string",
"Result": "string"
}
]
}

Automation Library Example

Guardduty Invite Members with Aws and Send Results Via Email

Automation LibraryPreview this Automation on desktop