QueryFinancialAccountInfo - 查看企业财务账号信息

更新时间:

查询有主子关系权限的账号的企业财务账号信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
UserIdlong

阿里云账号 UID

1990699401005016

返回参数

名称类型描述示例值
object
Codestring

状态码。

Success
Messagestring

消息说明。

Successful!
RequestIdstring

请求 ID。

97426BC2-792E-41F5-92B8-73C710DA7779
Successboolean

是否成功。

true
Dataobject

数据消息体。

MemberNickNamestring

成员账号的显示名称。

测试
IsFinancialAccountboolean

是否是企业财务账号:true 表示是,false 表示否。

true
MemberGroupNamestring

成员账号所在的组名。

测试组
UserNamestring

账号登录名。

killortop3
AccountTypestring

企业财务账号类型:MASTER 表示主账号,MEMBER 表示成员账号。

MEMBER
MemberGroupIdlong

成员账号所在的组 ID。

124

示例

正常返回示例

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错误码错误信息描述
400InvalidParameterThe specified request contains invalid parameters.请求中包含无效参数。
400MissingParameterThe specified request lacks essential parameters.该请求缺少必要参数。
500InternalErrorAn error occurred in the internal server.-

访问错误中心查看更多错误码。