【发布时间】:2020-05-21 03:31:44
【问题描述】:
当我尝试在图形资源管理器“https://graph.microsoft.com/v1.0/education/classes”中创建类时,请求如下。
{
"description": "Class 9th Frist batch",
"classCode": "9th-A",
"displayName": "9th Class",
"externalId": "11019",
"externalName": "9th Class",
"externalSource": "sis",
"mailNickname": "fineartschool.net"
}
回复:
{
"error": {
"code": "MethodNotAllowed",
"message": "Method not allowed.",
"innerError": {
"request-id": "7daf0b9c-165a-4c18-a2b9-b90a59d00cc6",
"date": "2020-05-19T13:26:06"
}
}
}
我可以列出和创建日历和事件,但我不能创建或列出类。 谁能指导我我的帐户有什么问题?为什么我得到以上回应。如何使用教育 API?
【问题讨论】:
标签: microsoft-graph-api microsoft-graph-edu