Create User with Custom Attributes
To create a user with custom attribute:
Your suggested change has been received. Thank you.
Please Note:
To create a user with custom attribute:
CustomAttributes custattrs=new CustomAttributes();
custattrs.addAttribute("test","test");
processor.createUser(username, password, false, custattrs);
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….