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

Description

Adds new entries (email, emailDomain or mobileNumber) to the group blacklist.

Request path

POST [REST URL]/blacklist/createGroupEntries

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group

Request Body Type

list of BlacklistEntry

Example body

[{
"type": "EMAIL",
 "pattern": "test@test.com"
}]

Example response

[{
    "success": true,
    "id": "test@test.com",
    "errorActor": null,
    "errorCode": null,
    "errorMessage": null
}]
  • No labels