v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1455233317.4 KB

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

CreateAccountRequestIdstring required
<p>Specifies the <code>Id</code> value that uniquely identifies the <code>CreateAccount</code> request. You can get the value from the <code>CreateAccountStatus.Id</code> response in an earlier <a>CreateAccount</a> request, or from the <a>ListCreateAccountStatus</a> operation.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.</p>

Response

Success

Example response

{
  "CreateAccountStatus": {
    "AccountId": "333333333333",
    "Id": "car-exampleaccountcreationrequestid",
    "State": "SUCCEEDED"
  }
}