我们正在尝试将机器人与Kaizala集成。 我们关注了this document
并已使用以下api将bot用户添加到该组:
https://kms.kaiza.la/v1/groups/{group id}/bot
但是获得的响应是:
{
"message": "Token doesn't have permission to access the endpoint!",
"errorCode": "InsufficientPermissions",
"errorCategoryKey": "AuthException"
}
请让我们知道问题所在,以及可能的解决方案。