Update Custom Attribute User
To update custom attribute:
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
To update custom attribute:
CustomAttributes attrs=new CustomAttributes();
attrs.addAttribute("test", "test11");
NAEUserModifyRequest nfm=new NAEUserModifyRequest.Builder().userName(username).customAttrsToAdd
(attrs).build();
boolean isModified=processor.modifyUser(nfm);
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….