create_members
is used to send invitations to accounts. For the organization behavior graph, the Detective administrator account uses create_members
to enable organization accounts as member accounts.
See https://www.paws-r-sdk.com/docs/detective_create_members/ for full documentation.
detective_create_members(
GraphArn,
Message = NULL,
DisableEmailNotification = NULL,
Accounts
)
[required] The ARN of the behavior graph.
Customized message text to include in the invitation email message to the invited member accounts.
if set to true
, then the invited accounts do not receive email
notifications. By default, this is set to false
, and the invited
accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
[required] The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.