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

时间:2025-01-14 15:40:39

请求示例

根据用户组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