# unblock

Description: Unblock a user.

Unblock a user by TrueConf ID.

The result of command execution will be received in the notification contactUnblocked

Request example:

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

Response example:

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

Parameter description:

  • peerId - unique user identifier (TrueConf ID). Application:

    • PeerId - supported. It's automatically converted to CallId inside the application and the command is executed with it.

    • CallId - supported

    • InstanceId - is supported. Inside the application, it is automatically converted to CallId and the command is then executed with it.

  • requestId - unique request identifier. More details can be found here

See also: