添加机构学生
classin_add_school_studentAdd a registered user to your school as a student by providing their user UID, with an optional custom name.
Instructions
将已注册用户添加为机构学生。
参数:
studentUid: 用户UID
studentName: 学生姓名(可选,不传使用用户昵称)
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studentUid | Yes | 要添加为机构学生的用户UID | |
| studentName | No | 学生姓名,不传则使用用户昵称 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |