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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Adds new entries (email, email domain, mobile number, or fax number) to the system blacklist.

Request path

POST [REST URL]/blacklist/createSystemEntries

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group

Request Body Type

list of BlacklistEntry

/createSystemEntry

Example body

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

Example response

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