Creates member accounts of the current AWS account by specifying a list of AWS account IDs. The current AWS account can then invite these members to manage GuardDuty in their accounts.
guardduty_create_members(DetectorId, AccountDetails)[required] The unique ID of the detector of the GuardDuty account with which you want to associate member accounts.
[required] A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
svc$create_members(
  DetectorId = "string",
  AccountDetails = list(
    list(
      AccountId = "string",
      Email = "string"
    )
  )
)