Difference between revisions of "Aws organizations list-accounts"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
An error occurred (AWSOrganizationsNotInUseException) when calling the ListAccounts operation: Your account is not a member of an organization. | An error occurred (AWSOrganizationsNotInUseException) when calling the ListAccounts operation: Your account is not a member of an organization. | ||
− | == | + | == Examples == |
aws organizations list-accounts | aws organizations list-accounts | ||
{ | { | ||
Line 20: | Line 20: | ||
] | ] | ||
} | } | ||
− | |||
− | |||
Revision as of 12:32, 16 September 2021
aws organizations list-accounts
aws organizations list-accounts An error occurred (AWSOrganizationsNotInUseException) when calling the ListAccounts operation: Your account is not a member of an organization.
Examples
aws organizations list-accounts { "Accounts": [ { "Id": "672850246589", "Arn": "arn:aws:organizations::672850246589:account/o-xubwf8seml/672850246589", "Email": "[email protected]", "Name": "your_name", "Status": "ACTIVE", "JoinedMethod": "INVITED", "JoinedTimestamp": "2021-07-17T11:29:07.741000+04:00" } ] }
aws organizations list-accounts --output=text ACCOUNTS arn:aws:organizations::764058868389:account/o-pkdpvy9r36/764058868389 [email protected] 764058868389 INVITED 2019- 01-22T13:31:41.574000+04:00 YOUR-NAME ACTIVE ACCOUNTS arn:aws:organizations::764058868389:account/o-pkdpvy9r36/671701696290 [email protected] 671701696290 CREATED 2020-01-07T19:52:39.959000+04:00 YOUR-SECOND_ORG ACTIVE ACCOUNTS arn:aws:organizations::764058868389:account/o-pkdpvy9r36/512075028180 [email protected] 512075028180 CREATED 2019- 02-14T17:53:49.477000+04:00 YOUR-THIRD_ORG ACTIVE
Related terms
See also
Advertising: