Post
/group/create
Create a new group.
For domain, check Mapp Engage > Create > New Group
Returns Object Already Exists Exception
Query parameters
name
stringRequired
The name of the group.
email
stringRequired
The email address of the group.
description
string
The description of the group.
groupCategoryId
integer (int64)
The group category
isoCountryCode
stringRequired
The ISO country code
isoLanguageCode
stringRequired
The ISO language code
isSuperGroup
booleanRequired
Should be a supergroup
groupTemplateId
integer (int64)
The ID of groupTemplate
Responses
200
successful operation
integer (int64)
204
Example response:
{
1900328197
}
400
Required parameters are missing or incorrect / Group already exists