Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
 [
    {
        "type": "EMAIL",
        "pattern":"6a4b6cb2045fd55f706eaebd6ab5d4f7"
    },
    {
        "type": "EMAIL",
        "pattern":"0dbfb46341bc3d195db23e4015b20847"
    }
]