Unblock User API
Overview
Section titled “Overview”wss unblock_user
The unblock_user request will unblock the sending of packets to users who have identifiers from the sent array.
Request Parameters
Section titled “Request Parameters”| Name | Type | Description |
|---|---|---|
ids | array[string] | User IDs |
Response Fields
Section titled “Response Fields”{ "response": { "id": "RequestId", "success": true }}Example
Section titled “Example”{ "request": { "unblock_user": { "ids": ["63077ad836b78c3d82af0812"] }, "id": "RequestId" }}