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

时间:2025-02-12 14:54:28

请求示例

更新用户。

PUT https://{hostname}/{tenant_id}/scim/v2/Users/{user_id}{  "id" : "ac6aa714-daa7-1aaa-aaa2-6715aaaa4dd9",  "externalId" : "123456",  "userName" : "xxx",  "name" : {    "formatted" : "xxx",    "familyName" : "xxx",    "givenName" : "xxx",    "middleName" : "xxx",    "honorificPrefix" : "xxx",    "honorificSuffix" : "xxx"  },  "displayName" : "xxx",  "nickName" : "xxx",  "profileUrl" : "xxx",  "emails" : [ {    "value" : "xxx",    "type" : "work",    "primary" : true  } ],  "addresses" : [ {    "formatted" : "xxx",    "streetAddress" : "xxx",    "locality" : "xxx",    "region" : "xxx",    "postalCode" : "123456",    "country" : "xxx",    "type" : "work",    "primary" : true  } ],  "phoneNumbers" : [ {    "value" : "xxx",    "type" : "work",    "primary" : true  } ],  "userType" : "xxx",  "title" : "xxx",  "preferredLanguage" : "zh-CN",  "locale" : "zh-CN",  "timezone" : "xxx",  "active" : true,  "schemas" : [ "urn:ietf:params:scim:schemas:core:2.0:User" ]}
support.huaweicloud.com/api-identitycenter/SCIMPutUser.html