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

时间:2024-09-13 17:36:21

请求示例

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

PUT https://{hostname}/v1/identity-stores/{identity_store_id}/users/{user_id}

{
  "operations" : [ {
    "attribute_path" : "emails",
    "attribute_value" : "[{\"primary\":true,\"type\":\"Work\",\"value\":\"new-email@example.com\"}]"
  }, {
    "attribute_path" : "name",
    "attribute_value" : "{\"family_name\":\"姓氏\",\"given_name\":\"名字-new\"}"
  }, {
    "attribute_path" : "display_name",
    "attribute_value" : "用户显示名-new"
  } ]
}
support.huaweicloud.com/api-identitycenter/UpdateUser.html