简体   繁体   English

如何获得启用Glip创建数据导出任务API访问权限的权限?

[英]How to get enable Glip Create Data Export Task API access rights?

I received the following Access Rights error when attempting to create a Glip Compliance Export. 尝试创建Glip Compliance导出时,我收到以下访问权限错误。 How can I get these access rights / permissions? 如何获得这些访问权限?

Request: 请求:

POST https://platform.devtest.ringcentral.com/restapi/v1.0/glip/data-export
Authorization: Bearer <myToken>

{
  "userIds":[
    "11111111"
  ]
}

Response: 响应:

403 Forbidden

{
  "errors":[
    {
      "errorCode":"GIC-012",
      "message":"Access rights to data export required."
    }
  ]
}

The Compliance Exports API requires the authorized user be a Glip Administrator with the Compliance Export permission. Compliance Exports API要求授权用户是具有Compliance Export许可权的Glip管理员。

To enable this permission, have an administrator: 要启用此权限,请具有管理员:

  1. click bring up the Glip Administration console in the web app 点击在网络应用中打开Glip管理控制台
  2. add the desired API user as an Administrator 将所需的API用户添加为管理员
  3. add the permission by navigating to the "Compliance Exports" section and adding the user under "Who can request and download exports" 通过导航到“合规性导出”部分并在“谁可以请求和下载导出”下添加用户来添加权限

Read more in this article which also includes screen shots: 阅读本文的更多内容,其中还包括屏幕截图:

https://medium.com/ringcentral-developers/glip-compliance-exports-api-for-ediscovery-gdpr-and-analytics-d140783527f5 https://medium.com/ringcentral-developers/glip-compliance-exports-api-for-ediscovery-gdpr-and-analytics-d140783527f5

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM