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