Create Folder

Create a new folder.


Valid Authentication Methods

API Key Grants:

  • FolderEdit

OAuth 2.0 User Token and Account Token Scopes:

  • folder

Body Params
string
required

Name of the folder being created.

string
required
  • folder - Folders can live in other folders, team folders, or the root of a user’s folder manager ("My Documents"). A folder in "My Documents" will have a null parent field.
  • team - Team folders can never live in another folder and are always located in the "Team Folders" section of a user's folder manager. Team folders will not have a parent field. Learn more
number | null

Destination folder to create the new folder in.
If it is not provided, the folder will be created in the root of the user's folder manager ("My Documents").

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

403

Forbidden if the request is not authorized to create in the specified parent folder.

Language
Credentials