我开发了一个简单的劳动力集成到轮班应用程序中。注册失败,并显示未启用该功能的错误。我是否需要在租户上启用集成功能?我浏览了Kronos集成的部署指南,但什么也找不到。
请求:
{
"displayName": "CustomAutoDecline",
"apiVersion": 1,
"encryption": {
"protocol": "sharedSecret",
"secret": "<64 chars>"
},
"isActive": true,
"url": "https://<myurl>",
"supports": "Shift, SwapRequest"
}响应:
{
"error": {
"code": "Forbidden",
"message": "{\"error\":{\"code\":\"Forbidden\",\"message\":\"Sorry, this feature is not enabled for your team\",\"details\":[],\"innererror\":{\"code\":\"FeatureNotEnabled\"}}}",
"innerError": {
"request-id": "ea894386-6268-47f6-9a38-751a11e996e0",
"date": "2020-04-07T19:30:13"
}
}
}提前感谢
发布于 2020-04-09 03:51:29
弄清楚API实际上是在预览中,这就是为什么你需要你的租户被列入白名单才能使用API。
https://stackoverflow.com/questions/61088272
复制相似问题