create personal group
/members/{member}/creategroup [POST]
com.pageseeder.member.CreatePersonalGroup
API Support | Available since | Last updated | Output |
---|---|---|---|
4.8018 | 4.9700 | json, xml |
Description
Creates the personal group for the specified member.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
createdocuments | Whether to create default documents in the group | no | boolean | true |
Permission
This service requires administrator.
Response
This service returns the following XML.
<group><!-- Group XML --></group>
Error Handling
No specific errors expected for this service.