Folders
Create Folder
Create a new folder in the current organization.
PUT
Authorizations
Authorization header. Learn how to get it.
Response
201
application/json
Successful Response
The name of the folder, it is used like a path
Maximum length:
128
Example:
"folder1"
A list containing emails and group ids that have access to the folder
Example:
[
"user1@example.com",
"ca45f483-db07-41e1-ab9a-1c610614416b"
]
Example:
"ca45f483-db07-41e1-ab9a-1c610614416a"
The id of the user that owns this folder as their unique personal folder
Example:
"ca45f483-db07-41e1-ab9a-1c610614416a"