Create Folder

Create an owned document folder, optionally nested beneath another owned folder.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

Folder name. Names are case-insensitively unique among siblings.

parent_idUUIDOptional
Optional owned parent folder. Null or omitted creates a root folder.

Response

This endpoint returns an object.
idUUID
Folder ID.
namestring
Display name.
created_atdatetime
Creation time.
updated_atdatetime
Last update time.
parent_idUUIDOptional
Parent folder ID, or null for a root folder.

Errors

400
Invalid Folder
401
Authentication Error
404
Folder Not Found
409
Folder Conflict