Kaltura API

group_groupclone
Description:
clone the group (groupId), and set group id with the neeGroupName.
Input Params
Name Type Description Required Default Value
originalGroupId string The unique identifier in the partner's system V
newGroupId string The unique identifier in the partner's system V
newGroupName string The name of the new cloned group 1
Output Type
KalturaGroup
Example HTTP Hit
http://www.kaltura.com/api_v3/service/group_group/action/clone
JSON object:
				
{ originalGroupId: "value", newGroupId: "value", newGroupName: "value" }