云桌面 WORKSPACE-修改共享目录成员:请求示例

时间:2024-01-16 16:20:59

请求示例

POST /v1/a4da8115c9d8464ead3a38309130523f/persistent-storages/544959151881584640/actions/assign-share-folder

{
  "storage_claim_id" : 544959151881584640,
  "add_items" : [ {
    "attach" : "USER001***@local.com",
    "attach_type" : "USER",
    "policy_statement_id" : 1
  } ],
  "del_items" : [ {
    "attach" : "USER001***@local.com",
    "attach_type" : "USER"
  } ]
}
support.huaweicloud.com/api-workspace/UpdateShareFolderAssignment.html