Admin::CanonicalEmailBlock
Represents a canonical email block (hashed).
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
See also
admin/canonical_email_blocks API methods app/serializers/rest/admin/canonical_email_block_serializer.rbLast updated November 20, 2022 · Improve this page