组织 Organizations-列出组织中的账号:响应参数

时间:2025-02-12 14:55:13

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

accounts

Array of AccountDto objects

组织中的账号列表。

page_info

PageInfoDto object

分页信息

表4 AccountDto

参数

参数类型

描述

id

String

账号的唯一标识符(ID)。

urn

String

账号的统一资源名称。

join_method

String

账号加入组织的方式。invited:邀请加入,created:创建加入。

status

String

账号当前的状态。active:有效; suspended:已关闭; pending_closure:关闭中。

joined_at

String

账号加入组织的日期。

name

String

账号名称

mobile_phone

String

手机号码

intl_number_prefix

String

手机号前缀。

email

String

与此账号关联的电子邮件地址。

description

String

描述信息。

表5 PageInfoDto

参数

参数类型

描述

next_marker

String

如果存在,则表示可用的输出比当前响应中包含的输出多。在对操作的后续调用中,在标签请求参数中使用此值,以获取输出的下一部分。您应该重复此操作,直到next_marker响应元素返回为null。

current_count

Integer

本页返回条目数量

support.huaweicloud.com/api-organizations/ListAccounts.html