Folder - Creates a new folder in the specified workspace

Creates a new folder in the specified workspace.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

The unique identifier of the workspace where the folder will be created.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Request model for creating a folder in Power BI.

displayNamestring · nullableOptional

Gets or sets the display name of the folder.

parentFolderIdstring · uuid · nullableOptional

Gets or sets the parent folder ID. Null or empty if the folder is created at the root.

descriptionstring · nullableOptional

Gets or sets the description of the folder.

Responses
post
/folders/tenants/{tenantId}/folders/createFolder

Last updated