Smarts NCM: How can I populate System Users Details in NCM via the API?
search cancel

Smarts NCM: How can I populate System Users Details in NCM via the API?

book

Article ID: 331110

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - NCM

Resolution

In the API the UserInfo class is the one to use. This class has a setAuthenticationMethod() function to set the.authentication method and setPhone() method to set the phone number. This class has all the methods which can be used to set the properties for a User such as email Id, name etc. For reference check the UserManagementTest.java sample code under J2EE API samples.