0

我需要添加一些Azure AD 组(未启用邮件)作为Gateways -> DataSource User。我已关注 Power BI REST Api 文档页面: https ://docs.microsoft.com/en-us/rest/api/power-bi/gateways/adddatasourceuser 但我遇到了一些错误。 为此服务主体设置了Gateway.ReadWrite.All 和 DataSet.ReadWrite.All权限。在上面的链接中,请求正文包含属性:  datasourceAccessRight、displayName、emailAddress、identifier & principalType. 我尝试将值传递为 { "datasourceAccessRight": "Read", "identifier": "Group ID Value", "principalType": "Group" } 但是,我收到以下错误:{"error":{" code":"DMTS_PrincipalsAreInvalidError","pbi.error":{"code":"DMTS_PrincipalsAreInvalidError","parameters":{},"details":[],"exceptionCulprit":1}}}

4

0 回答 0