全部產品
Search
文件中心

Drive and Photo Service:GetLinkInfoByUserId - 根據使用者ID擷取帳號資訊

更新時間:Feb 26, 2026

根據使用者ID擷取帳號資訊。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求文法

POST /v2/account/get_link_info_by_user_id HTTP/1.1

請求參數

名稱

類型

必填

描述

樣本值

body

object

請求體參數。

user_id

string

待查詢的 UserID

xxx

返回參數

名稱

類型

描述

樣本值

object

返回結構體

items

array

使用者帳號資訊列表

AccountLinkInfo

使用者帳號資訊

樣本

正常返回樣本

JSON格式

{
  "items": [
    {
      "domain_id": "bj1",
      "authentication_type": "mobile",
      "identity": "136***000",
      "extra": "86",
      "user_id": "00016a587b62b50003deea299a4f5b50",
      "created_at": 1639762579768,
      "display_name": "001",
      "status": "normal",
      "last_login_time": 1639762579769
    }
  ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情