Insight Horizon
environment /

invite_account_to_organization — Boto3 Docs 1.26.85 documentation

{ 'Handshake': { 'Action': 'INVITE', 'Arn': 'arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111', 'ExpirationTimestamp': datetime(2017, 2, 16, 9, 36, 5, 3, 47, 0), 'Id': 'h-examplehandshakeid111', 'Parties': [ { 'Id': 'o-exampleorgid', 'Type': 'ORGANIZATION', }, { 'Id': '', 'Type': 'EMAIL', }, ], 'RequestedTimestamp': datetime(2017, 2, 1, 9, 36, 5, 2, 32, 0), 'Resources': [ { 'Resources': [ { 'Type': 'MASTER_EMAIL', 'Value': '', }, { 'Type': 'MASTER_NAME', 'Value': 'Org Master Account', }, { 'Type': 'ORGANIZATION_FEATURE_SET', 'Value': 'FULL', }, ], 'Type': 'ORGANIZATION', 'Value': 'o-exampleorgid', }, { 'Type': 'EMAIL', 'Value': '', }, ], 'State': 'OPEN', }, 'ResponseMetadata': { '...': '...', },}