Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a clone of a group that already exists in the system.
Most of the sendout options and delivery settings are identical for the original and the clone.
Group members are not copied.

Request path

POST [REST URL]/group/clone

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group to be cloned

Request Body Type

GroupCloneOptions  options

Example body

{
"name" : "Group Name",
"description" : "Description of the group",
"email" : "group@test.com",
"includePreparedMessages" : "true",
"includeTestUsers" : "false"
}

Example response

{
  "id": 1800150437,
  "name": "Group Name",
  "description": "Description of the group",
  "email": "group@test.com"
}
  • No labels