Skip to content

Unblock User



wss unblock_user

The unblock_user request will unblock the sending of packets to users who have identifiers from the sent array.

NameTypeDescription
idsarray[string]User IDs
{
"response": {
"id": "RequestId",
"success": true
}
}
{
"request": {
"unblock_user": {
"ids": ["63077ad836b78c3d82af0812"]
},
"id": "RequestId"
}
}