You need to enable JavaScript to run this app.
文档中心
ArkClaw 企业版

ArkClaw 企业版

复制全文
下载 pdf
UserSeatQuota
GetUserSeatQuota - 查询用户的席位配额
复制全文
下载 pdf
GetUserSeatQuota - 查询用户的席位配额
查询单个用户在指定空间下的全部席位配额。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action string 必选 示例值:GetUserSeatQuota
要执行的操作,取值:GetUserSeatQuota。
Version string 必选 示例值:2026-05-01
API的版本,取值:2026-05-01。
SpaceId string 必选 示例值:csi-yei8347ta8xm****
ArkClaw实例所属空间ID。可以在ArkClaw控制台“空间概览”页面的“基本信息”获取。
UserId string 必选 示例值:c09f3913****
用户ID。可以在ArkClaw控制台“用户管理”页面获取。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构
Quotas object[] 示例值:{"Quotas":[{"SeatType":"Starter","Quota":5},{"SeatType":"Standard","Quota":10},{"SeatType":"Premium","Quota":20},{"SeatType":"Ultimate","Quota":0}]}
该用户的席位配额结果。
Quota integer 示例值:1
该席位类型的最终生效配额。
SeatType string 示例值:Starter
ArkClaw实例席位类型。取值:
  • Starter:轻量版。
  • Standard:标准版。
  • Premium:高级版。
  • Ultimate:旗舰版。
请求示例
GET /?Action=GetUserSeatQuota&Version=2026-05-01&SpaceId=csi-yei8347ta8xm****&UserId=c09f3913**** HTTP/1.1
Host: https://arkclaw.cn-beijing.volcengineapi.com
X-Date: 20260612T083234Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20260612/cn-beijing/arkclaw/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
返回示例
{
"ResponseMetadata": {
"RequestId": "20260527111605****",
"Action": "GetUserSeatQuota",
"Version": "2026-05-01",
"Service": "arkclaw",
"Region": "cn-beijing"
},
"Result": {
"Quotas": [
{
"SeatType": "Starter",
"Quota": 5
},
{
"SeatType": "Standard",
"Quota": 10
},
{
"SeatType": "Premium",
"Quota": 20
},
{
"SeatType": "Ultimate",
"Quota": 0
}
]
}
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
400
MissingParameter.SpaceId
The required parameter SpaceId is not supplied.
参数SpaceId不能为空。
400
MissingParameter.UserId
The required parameter UserId is not supplied.
参数UserId不能为空。
404
InvalidSpace.NotFound
The specified space does not exist.
指定的ClawSpace不存在。
404
InvalidUser.NotFound
The specified User does not exist.
指定的用户不存在。
429
FlowLimitExceeded
The request was rejected due to flow control.
请求触发限流。
500
InternalError
An internal error has occurred.
内部错误,请重试。如果多次尝试失败,请提交工单。
最近更新时间:2026.06.16 22:27:08
这个页面对您有帮助吗?
有用
有用
无用
无用