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": [] } |
More information
- Ozeki Chat API - Login
- Ozeki Chat API - Availability
- Ozeki Chat API - Friends / List
- Ozeki Chat API - Report
- Ozeki Chat API - Notification
- Ozeki Chat API - Conversation / List
- Ozeki Chat API - Conversation / Partial download
- Ozeki Chat API - Conversation / Add
- Ozeki Chat API - Conversation / Clear
- Ozeki Chat API - Conversation / Favorite
- Ozeki Chat API - Conversation / Unfavorite
- Ozeki Chat API - Conversation / Change Color
- Ozeki Chat API - Conversation / Download
- Ozeki Chat API - Conversation / Mute
- Ozeki Chat API - Conversation / Unmute
- Ozeki Chat API - Conversation / Hide
- Ozeki Chat API - Conversation / Unhide
- Ozeki Chat API - Blocklist
- Ozeki Chat API - Workspace - register