---
title: "POST /v1/{+parent}/teamFolders"
method: POST
path: "/v1/{+parent}/teamFolders"
tags: ["projects"]
---

# POST /v1/{+parent}/teamFolders

`POST /v1/{+parent}/teamFolders`

Creates a new TeamFolder in a given project and location.

## Path parameters

- `parent` string, required

## Request body

- TeamFolder — Represents a Dataform TeamFolder. This is a resource that sits at the project level and is used to organize Repositories and Folders with hierarchical access controls. They provide a team context and stricter access controls.
  - `updateTime` string, google-datetime — Output only. The timestamp of when the TeamFolder was last updated.
  - `name` string — Identifier. The TeamFolder's name.
  - `creatorIamPrincipal` string — Output only. The IAM principal identifier of the creator of the TeamFolder.
  - `createTime` string, google-datetime — Output only. The timestamp of when the TeamFolder was created.
  - `internalMetadata` string — Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
  - `displayName` string — Required. The TeamFolder's user-friendly name.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataform.md) · [All operations](https://skmtc.net/google/apis/dataform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataform/versions/b9dafc69d5c5/schema)
