WSO2 IS:SCIM API更新:SCIM对象

时间:2016-09-22 20:02:53

标签: wso2 scim

如何用PATCH更新用户,为什么需要userName(与PUT相同)?

curl -v -k --admin:admin -X PATCH -d '{"name":{"familyName":"Doe"}' \
--header "Content-Type:application/json" \
https://localhost:9443/wso2/scim/Users/bd61878b-a37c-4c71-ab76-c553d559539f

Required attribute userName is missing in the SCIM Object

我有一个带有不可变userName的辅助用户存储。当我尝试在param中输入userName同样没有改变。它报告我:

User name is immutable in carbon user store.

我使用wso2是5.1。有没有办法使用SCIM API更新用户?

1 个答案:

答案 0 :(得分:3)

请按here中提到的那样尝试。