將指定使用者的問數許可權同步給其他使用者。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:SmartqAuthTransfer |
create |
*全部資源
|
無 | 無 |
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| OriginUserId |
string |
是 |
來源使用者識別碼。 |
ASDHASD*************12EASDA |
| TargetUserIds |
string |
是 |
目標使用者識別碼 數組,以英文逗號分隔。 警告 使用者 id 數不能大於 100。 |
12313********dasfa,ASDASF*****SDAFEEG |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
D787E1*****************5DF8D885 |
| Result |
boolean |
介面執行結果。取值範圍:
|
true |
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "D787E1*****************5DF8D885",
"Result": true,
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | |
| 400 | User.Not.In.Organization | The specified user is not in the organizational unit. | |
| 400 | Invalid.Param.Error | The parameter is invalid. | |
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. | |
| 400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. | |
| 400 | ApiUser.Not.Exists | The specified user does not exist. | |
| 400 | Query.Auth.Error | Query is not permitted. | |
| 400 | RobotNl2sql.Moudle.NotPurchase | Please purchase Nl2sql module first. | |
| 400 | Cube.Not.Exist | The Cube does not exist. | |
| 400 | User.NotBelongTo.CurrentOrganization | The user %s does not belong to the current organization. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。