课节批量添加学生
classin_add_class_studentsBatch add up to 500 students to a class using class ID and student UID list, simplifying bulk enrollment.
Instructions
向课节中批量添加学生。
参数:
classId: 课节ID
studentUids: 学生UID数组,最多500个
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classId | Yes | 课节ID,通过创建课节接口获得 | |
| studentUids | Yes | 学生UID数组,最多500个 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |