根據用戶ID查詢用戶信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserId | string | 是 | 用戶 ID。此處的 UserID 為 Quick BI 的 UserID,而非阿里云的 UID。 | fe67f61a35a94b7da1a34ba174a7**** |
返回參數
示例
正常返回示例
JSON
格式
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"UserType": 1,
"Email": "1386587****@163.com",
"UserId": "fe67f61a35a94b7da1a34ba174a7****",
"AuthAdminUser": true,
"AccountId": "135****5848",
"NickName": "測試用戶",
"AdminUser": true,
"Phone": "1386587****",
"AccountName": "1386587****@163.com"
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Instance.Expired | Your instance has expired. | 您的購買實例已經過期。 |
400 | Instance.Not.Exist | The specified instance does not exist. | 暫未匹配到您的購買實例。 |
400 | Access.Forbidden | Access forbidden. Your instance version or access key is not allowed to call the API operation. | - |
400 | Invalid.Organization | The specified organizational unit does not exist. | 該組織不存在。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 該用戶不在組織中。 |
400 | Invalid.Parameter | An error occurred while verifying parameters. | 參數驗證失敗。 |
400 | Invalid.User.Organization | The user is not in your organization. | 該用戶不在您的組織中。 |
400 | UserInfo.Error | The personal information is invalid. | 個人信息不合法。 |
400 | Internal.System.Error | An internal system error occurred. | 系統內部異常。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-02-26 | OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更 | 查看變更詳情 |