Set subscribers for a temporary channel (Internal API)
"ok" on success| Status Code | Description |
|---|---|
| 200 | Temporary channel subscribers set successfully |
| 400 | Request parameter error |
| 500 | Internal server error |
| Scenario | Description | Applicable Situation |
|---|---|---|
| Temporary Groups | Create temporary discussion groups | Short-term project collaboration |
| Session Migration | Migrate sessions between cluster nodes | Load balancing |
| System Maintenance | Temporarily reorganize channel structure | System upgrades |
| Error Message | Cause | Solution |
|---|---|---|
| channel_id cannot be empty | No channel ID provided | Ensure valid channel ID is provided |
| uids cannot be empty | User list is empty | Provide at least one user ID |
| Channel ID cannot contain special characters | Invalid channel ID format | Use alphanumeric characters and underscores |
| Failed to get channel’s cluster node | Cluster communication error | Check cluster status |
| Failed to create tag | Tag system error | Check tag service status |