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

Description

Adds new hashed email entries to the group blacklist. Entries can be hashed using md5hashgenerator

Available from

v9

Request path

POST [REST URL]/blacklist/createGroupEntriesHashed

Query Parameters

Parameter

Type

Description

groupId

Long

The group ID.

hashed

String

hashing algorithm used to hash given entries. Either 'clear-text' or 'md5'

Example body

 [
    {
        "type": "EMAIL",
        "pattern":"6a4b6cb2045fd55f706eaebd6ab5d4f7"
    },
    {
        "type": "EMAIL",
        "pattern":"0dbfb46341bc3d195db23e4015b20847"
    }
]
  • No labels