Retrieves the current status of an asynchronous request to create an account.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
post/#X-Amz-Target=AWSOrganizationsV20161128.DescribeCreateAccountStatus
Headers
X-Amz-Target'AWSOrganizationsV20161128.DescribeCreateAccountStatus' required
Request body
Response
Success
Example response
{
"CreateAccountStatus": {
"AccountId": "333333333333",
"Id": "car-exampleaccountcreationrequestid",
"State": "SUCCEEDED"
}
}