Remove specific users from channel blacklist
1 - Person channel2 - Group channel"ok" on success| Status Code | Description |
|---|---|
| 200 | Users removed from blacklist successfully |
| 400 | Request parameter error |
| 403 | No management permission |
| 404 | Channel does not exist |
| 500 | Internal server error |
| Permission | Description | Effective Time |
|---|---|---|
| Send Messages | Can send messages to the channel | Immediately |
| Receive Messages | Can receive channel messages | Immediately |
| Conversation Access | Restore channel conversations (if applicable) | Immediately |
| Normal Interaction | Restore all normal channel interaction permissions | Immediately |
| Error Message | Cause | Solution |
|---|---|---|
| Channel ID cannot be empty | No channel ID provided | Ensure valid channel ID is provided |
| Channel type cannot be 0 | Invalid channel type | Use valid channel type (1 or 2) |
| uids cannot be empty | No user list provided | Provide list of user IDs to remove |
| Remove blacklist failed | Remove operation failed | Check if users are in blacklist |
| Add conversation failed | Conversation restoration failed | Check conversation system status |