unblock Email Addresses By Hashed Value
abstract suspend fun unblockEmailAddressesByHashedValue(hashedValues: List<String>): BatchOperationResult<String, String>
Unblocks the email addresses associated with the hashed values passed in for the logged in user
Return
A success, partial or failed BatchOperationResult result containing either a list of identifiers of email addresses that succeeded or failed to be blocked.
Parameters
hashed Values
List