v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141341,3811.0 MB

Creates an empty shared folder.

post/accounts/{AwsAccountId}/folders/{FolderId}

Path parameters

AwsAccountIdstring required

The ID for the Amazon Web Services account where you want to create the folder.

FolderIdstring required

The ID of the folder.

Request body

Namestring

The name of the folder.

FolderType'SHARED'

The type of folder. By default, <code>folderType</code> is <code>SHARED</code>.

ParentFolderArnstring
<p>The Amazon Resource Name (ARN) for the parent folder.</p> <p> <code>ParentFolderArn</code> can be null. An empty <code>parentFolderArn</code> creates a root-level folder.</p>

Response

Success

Statusinteger

The HTTP status of the request.

Arnstring

The Amazon Resource Name (ARN) for the newly created folder.

FolderIdstring

The folder ID for the newly created folder.

RequestIdstring

The request ID for the newly created folder.