Page tree
Skip to end of metadata
Go to start of metadata

作用

向一个空间,撤消息一组人在空间中指定的权限

接口

/rest/gearsapi/1.0/permission/space/remove/users

方法

POST

参数

body

{
    "spaceKey":"ds",
    "subjects":["user01","user02"],
    "permsssionType":"VIEWSPACE"
}

返回结果








  • No labels