查詢有主子關(guān)系權(quán)限的賬號的企業(yè)財務(wù)賬號信息。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserId | long | 是 | 阿里云賬號 UID | 1990699401005016 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "97426BC2-792E-41F5-92B8-73C710DA7779",
"Success": true,
"Data": {
"MemberNickName": "測試",
"IsFinancialAccount": true,
"MemberGroupName": "測試組",
"UserName": "killortop3",
"AccountType": "MEMBER",
"MemberGroupId": 124
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | The specified request contains invalid parameters. | 請求中包含無效參數(shù)。 |
400 | MissingParameter | The specified request lacks essential parameters. | 該請求缺少必要參數(shù)。 |
500 | InternalError | An error occurred in the internal server. | - |
訪問錯誤中心查看更多錯誤碼。