groupfolders
/groups/{group}/groupfolders [POST]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.8900 |
Description
Get a group’s group folders
Create a new group folder (GroupURI) with the url provided.
Parameters
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| editable | Whether URIs should be editable by group | no | boolean | false |
| public | ||||
| url | The url of the group folder (/* suffix is added automatically) | yes | string |
Permission
This service requires administrator.
Response
<groupfolder-creation>
<groupfolder id="[groupuri id]"
scheme="[scheme]"
host="[host]"
port="[port]"
path="[path]"
external="[true|false]"
editable="[true|false]" />
</groupfolder>
</groupfolder-creation>
Error Handling
| 0x1401 | If the url is invalid |
|---|---|
| 0x1402 | If the host is unknown |
| 0x1403 | If the group folder URL already exists in group |