IAM 身份中心-更新用户组:请求示例

时间:2024-04-29 15:46:45

请求示例

根据用户组ID,更新对应IAM身份中心用户组的属性。

PUT https://{hostname}/v1/identity-stores/{identity_store_id}/groups/{group_id}

{
  "operations" : [ {
    "attribute_path" : "description",
    "attribute_value" : "更新用户组描述"
  } ]
}
support.huaweicloud.com/api-identitycenter/UpdateGroup.html