target
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "<<i> <b>account id number</b> </i>>" }
If you use the CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, you must provide the Amazon Web Services account ID number as the Id
. If you specify "Type": "EMAIL"
, you must specify the email address that is associated with the account.
--target Id=diego@example.com,Type=EMAIL