Admin::CanonicalEmailBlock
Represents a canonical email block (hashed).
Last modified
Edit this page
Example
{
"id": "2",
"canonical_email_hash": "b344e55d11b3fc25d0d53194e0475838bf17e9be67ce3e6469956222d9a34f9c"
}
Attributes
id
Description: The ID of the email block in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
4.0.0 - added
canonical_email_hash
Description: The SHA256 hash of the canonical email address.
Type: String (SHA256)
Version history:
4.0.0 - added