> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GuardDuty Create Members

Creates member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.

When using `Create Members` as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member.

If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using [`Invite Members`](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html).

<Note>
  External Documentation

  To learn more, visit the [AWS documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | AWS Region(s)   | Enter the desired AWS Region(s).<br /><br />To execute the action in multiple regions, provide a comma-separated list.<br />For example: `us-east-1,eu-west-2`.<br /><br />If you wish to run the action in all available regions, use the asterisk symbol (`*`) instead.                                                                                                                                                                                                                     |
  | Account Details | A comma-separated list of account IDs and email addresses pairs of the accounts that you want to associate with the GuardDuty administrator account.<br />The JSON syntax looks like the following:<br /><pre><code>\[<br />  \{<br />    "accountId": "1234567890",<br />    "email": "[example@gmail.com](mailto:example@gmail.com)"<br />  },<br />  \{<br />    "accountId": "1234567890",<br />    "email": "[example@gmail.com](mailto:example@gmail.com)"<br />  }<br />]</code></pre> |
  | Detector ID     | The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.                                                                                                                                                                                                                                                                                                                                                                                       |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                   |
  | -------------------------------- | ----------------------------------------------------------------------------- |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
</div>

## Example Output

```json theme={"dark"}
{
	"UnprocessedAccounts": [
		{
			"AccountId": "string",
			"Result": "string"
		}
	]
}
```

## Workflow Library Example

[Guardduty Create Members with Aws and Send Results Via Email](https://library.blinkops.com/workflows/guardduty-create-members-with-aws-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/guardduty-create-members-with-aws-and-send-results-via-email/canvas" />
</div>
