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

Description

Create a new group.
For domain, check Mapp Engage > Create > New Group

Available from

v1

Request path

POST [REST URL]/group/create

Query Parameters

Parameter

Type

Description

Constraint

Example value

name

String

The name of the group.

required

group

email

String

The email address of the group.

required, unique

groupa@mydomain

description

String

The description of the group.

optional


groupCategoryId

String

The group category

optional


isoCountryCode

String

The ISO country code

required

GB

isoLanguageCode

String

The ISO language code

required

en

isSuperGroup

Boolean

Should be a supergroup

required

false

groupTemplateId

Integer

The ID of groupTemplate

optional

34

Successful response - groupId

{
1900328197
}

Unsuccessful response

{
   "errorActor": "CLIENT",
   "errorCode": "OBJECT_ALREADY_EXISTS",
   "message": "Group with group.Email= ... does already exist.",
   "objectType": "Group",
   "propertyName": "group.Email",
   "propertyValue": "..."
}


  • No labels