添加机构老师
classin_add_teacherAdd a registered user as an institution teacher to enable assigning them to courses. Specify user UID and optionally set a teacher name.
Instructions
将已注册用户添加为机构老师。添加后可以在课程中指定为老师。
参数:
teacherUid: 用户UID
teacherName: 老师姓名(可选,不传使用用户昵称)
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teacherUid | Yes | 要添加为机构老师的用户UID | |
| teacherName | No | 老师姓名,不传则使用用户昵称 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |