Folder - Creates a new folder in the specified workspace
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
versionstringOptionalDefault:
The requested API version
1.0Body
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
201
Created: The folder was successfully created.
400
Bad Request: The request is invalid.
401
Unauthorized: Access token is missing or invalid.
403
Forbidden: Permission denied to create the folder.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/folders/tenants/{tenantId}/folders/createFolderPreviousFolder - Retrieves all folder entities available to the current user within their tenant.NextFolder - Updates the name and description of a folder
Last updated