Skip to main content

 Services

Web services from /about to /webhooks

create personal group

/members/{member}/creategroup [POST]

Description

Creates the personal group for the specified member if it doesn’t already exist.

Parameters

NameDescriptionRequiredTypeDefault
commentingWho can comment [public|reviewer|contributor]nostringreviewer
createdocumentsWhether to create default documents in the groupnobooleantrue

Permission

This service requires administrator.

Response

This service returns the following XML.

  <group id="123"
         name="member-456-home"
         description="Home group for member 456"
         owner="PS"
         access="member"
         common="false"
         template="member-456"]
         editurls="false"
         commenting="[public|reviewer|contributor]"
         moderation="none"
         registration="normal"
         defaultrole="reviewer" 
         defaultnotify="immediate" />

Error Handling

No specific errors expected for this service.

Created on , last edited on