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_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
Folder name.
parent_id
Parent folder ID. Defaults to Home folder.
Response
Success reply
id
The unique identifier.