【发布时间】:2018-05-11 11:21:01
【问题描述】:
我正在尝试使用以下 URL "https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/****88004/fax" 使用 POSTMAN 发送传真
我得到了:
{
"errorCode": "CMN-408",
"message": "In order to call this API endpoint, user needs to have [OutboundFaxes] permission for requested resource.",
"errors": [
{
"errorCode": "CMN-408",
"message": "In order to call this API endpoint, user needs to have [OutboundFaxes] permission for requested resource.",
"permissionName": "OutboundFaxes"
}
],
"permissionName": "OutboundFaxes"
}
【问题讨论】:
-
这是什么类型的扩展,你有什么账户类型,例如办公室高级版?如果你调用
/restapi/v1.0/account/~/extension/~type 属性返回什么?使用"type": "User"扩展时,即使是我可以创建的最有限的角色也具有OutboundFaxes端点中列出的OutboundFaxes权限。在在线帐户门户 (service.ringcentral.com) 中,这对应于General: Overview, Messages, Contacts, Standard User Tools和Policies: Internal Calls。 -
此错误表明您的帐户没有传真功能。您可以通过调用
/restapi/v1.0/account/~/service-infoAPI 端点并查找"featureName": "Faxes"来查看这一点。请按照本页底部的链接创建(并监控)支持票:developer.ringcentral.com/support.html。团队将需要您的帐号 ID/电话号码进行调查。
标签: api fax ringcentral