Session_CreateGroup
This API creates a new group.
URL
./Session_CreateGroup
Input Parameters
Parameter | Description |
---|---|
groupName | Name of the group to be created. |
Sample SOAP Parameters
<prot:Session_CreateGroup>
<groupName>cryptogroup</groupName>
</prot:Session_CreateGroup>
Output
Group created successfully.
<ns2:Session_CreateGroupResponse xmlns:ns2="http://dsws.org/protectappws/">group created successfully.</ns2:Session_CreateGroupResponse>