In my WSO2 Identy Server (v5.8.0), i have added one custom attribute named XXX. Then, in my web client application, I invoke /scim2/Users service to create new user inside IDS. I successfully create user with correct name, surname, email, phone number and so on, but my custom field is not updated in my user content store.
By other hand, if I update field by data entry and read my user from IDS, I can see my custom attribute XXX correctly.
Can someone help me ?