Query the organization member list (including seat information), supporting filtering by name, status, and seat assignment, with pagination support.
Prerequisites
You have obtained the AccessKey of an Alibaba Cloud account or a RAM user, and the identity has been granted the RAM permissions required to call this operation. We recommend that you set the AccessKey as the environment variables ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET instead of hard-coding it.
Request description
- HTTP method:GET
-
Request URL
Region
Endpoint
Singapore
GET https://modelstudio.ap-southeast-1.aliyuncs.com/tokenplan/organization/members -
Authentication
This operation is an Alibaba Cloud OpenAPI operation that uses AccessKey-based signatures (the
ACS3-HMAC-SHA256algorithm). TheAuthorization: Bearer {API_KEY}scheme is not supported. A request must carry the common headersx-acs-action: ListOrganizationMembers,x-acs-version: 2026-02-10,x-acs-date,x-acs-content-sha256,x-acs-signature-nonce, andAuthorization. We recommend that you call this operation with an Alibaba Cloud SDK or OpenAPI Explorer so that you do not have to calculate the signature yourself.
Request parameters
All parameters are passed in the query string.
Parameter | Type | Required | Description |
|---|---|---|---|
Name | string | No | 成员名称模糊过滤(匹配 accountName 或 email,忽略大小写) |
Status | string | No | 成员状态过滤(如 ACTIVE、FROZEN),null 表示不过滤 |
HasSeat | boolean | No | 是否已分配席位过滤: |
PageNum | integer | No | 页码,从 1 开始,默认 1 |
PageSize | integer | No | 每页条数,默认 20,最大 100 |
Response parameters
Parameter | Type | Description |
|---|---|---|
PageNo | integer | 当前页码 |
PageSize | integer | 每页数量 |
Total | integer | 总记录数 |
Success | boolean | Whether the request was successful. |
Code | string | Response status code. |
Message | string | Response message. |
Data | Array[Object] | Business data. |
Array[Object] | 操作结果 | |
AccountId | string | 成员账号 ID |
AccountName | string | 成员账号名称 |
AccountBizId | string | 成员业务 ID |
string | 成员邮箱 | |
OrgId | string | Organization ID. |
Status | string | 成员状态 |
Roles | Array | 成员角色列表 |
string | 成员角色 | |
GmtCreate | string | 加入时间 |
SeatId | string | 席位资源分配 ID |
SpecType | string | 席位规格类型 |
ApiKeyId | string | API Key ID |
MaskedApiKey | string | 脱敏 API Key |
PackLimitInfo | object | |
HasShareLimit | boolean | |
UpperLimit | number | |
UsedCredits | number | |
AvailableLimit | number | |
FrozenCredits | number | |
IsAvailable | boolean | |
CycleStartTime | integer | |
CycleEndTime | integer | |
LastConfirmedTime | integer | |
SubscriptionInfo | object | |
InstanceCode | string | |
ProductCode | string | |
SpecType | string | |
PayMode | string | |
Status | string | |
StartTime | integer | |
EndTime | integer | |
EquityList | Array[Object] | |
object | ||
EquityType | string | |
CycleStartTime | integer | |
CycleEndTime | integer | |
CycleTotalValue | number | |
CycleSurplusValue | number | |
EquityUnit | string |
Request example
This operation uses Alibaba Cloud OpenAPI signatures. In the following example, ${SIGNATURE} must be calculated with the ACS3-HMAC-SHA256 algorithm, and x-acs-date and x-acs-signature-nonce must be replaced with actual values.