POST api/2.0/mail/userfolders
Creates a user folder with the name specified in the request.
Name |
Description |
Type |
Example |
name
sent in body
|
Folder name
|
string
|
some text
|
parentId
sent in body
|
Parent folder ID (default = 0)
|
System.UInt32
|
|
POST api/2.0/mail/userfolders
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text",
"parentId": 0
}