unblockUser

fun unblockUser(userId: String): Call<Unit>

Unblock a user by ID.

Parameters

userId

the user ID of the user that will be unblocked.