- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates a new TeamFolder in a given project and location.
HTTP request
POST https://dataform.googleapis.com/v1beta1/{parent=projects/*/locations/*}/teamFolders
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The location in which to create the TeamFolder. Must be in the format |
Query parameters
| Parameters | |
|---|---|
teamFolderId |
The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name. |
Request body
The request body contains an instance of TeamFolder.
Response body
If successful, the response body contains a newly created instance of TeamFolder.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/bigquery
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataform.teamFolders.create
For more information, see the IAM documentation.