Create a folder

Creates a new folder in the specified parent folder. If you don’t specify a parent folder ID, the system creates the folder as a top-level folder in the home folder.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
Folder name.
parent_idintegerOptional
Parent folder ID. Defaults to Home folder.

Response

Success reply
idinteger or null
The unique identifier.

Errors