You need to enable JavaScript to run this app.
导航
RemoveUserPermission
最近更新时间:2024.06.20 17:40:46首次发布时间:2022.11.25 11:53:32

调用RemoveUserPermission接口删除指定用户权限。

使用说明

子账号已授权该应用的管理员或成员权限。详情请参见权限管理

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=RemoveUserPermission&Version=2022-10-12
ServiceName: apmplus_openapi
Region: cn-beijing 
X-App-Ids: xxx
Content-Type: application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringRemoveUserPermission接口名称。当前 API 的名称为 RemoveUserPermission
VersionString2022-10-12接口版本。当前 API 的版本为 2022-10-12

Body

参数类型是否必选示例值描述
user_idArray of Long[123]删除权限的用户ID列表。

返回参数

参数类型示例值描述
error_msgString""错误信息,成功为空。
error_noInteger0错误码,成功为0。

请求示例

POST https://open.volcengineapi.com?Action=RemoveUserPermission&Version=2022-10-12
{
    "user_id": [
        123
    ]
}

返回示例

{
    "error_msg": "",
    "error_no": 0
}

错误码

本接口无特有的错误码。更多信息请参见错误码