# unblock

Description

Unblock a user by TrueConf ID.

The result of command execution will be received in the notification On_contactUnblocked.

void unblock(string sPeerId)

Parameters

Name Description
sPeerId Unique user identifier (TrueConf ID)

Response example

{
    "method" : "unblock",
    "requestId" : "1",
    "peerId" : "user1@some.server",
    "result" : true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025