unblockEmailAddresses

abstract suspend fun unblockEmailAddresses(addresses: List<String>): BatchOperationResult<String, String>

Unblocks the given email address(es) 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 unblocked.

Parameters

addresses

List The list of email addresses to unblock