Blocklist
In the Ozeki Chat Client, the Blocklist API request serves as a tool to reveal
the list of users who have been hidden, enabling users to manage their
visibility settings effectively. By accessing the blocklist through this API,
users can easily identify and unhide specific individuals, fostering
transparency and facilitating open communication channels. This functionality
streamlines the process of managing blocked or hidden users, ensuring a seamless
experience within the chat client.
Blocklist request
Method:
|
POST |
URL:
|
?srv=chatserver&api=chatblocklist |
Request headers:
|
Content-Type: application/json
Ozeki-Signature: signature
Ozeki-Station: stationId
Ozeki-User: userId |
POST data:
|
{
"action": "blocklist",
"clientversioncode": 3,
"timestamp": "2024-03-11 07:43:44"
} |
Blocklist response
Response headers
|
Content-Type: application/json
|
Response data:
|
{
"status": "OK",
"errormessage": "File does not exist",
"blockedusers": [],
"blockedconversations": []
} |