This section describes how to update a user in EPX using the AdministrationFacade’s setUser() API call. Updates to a user object can include changes to name or company information, as well as changing detailed information such as phone number contact information or address information.
To update a user, the UserGroupExample class uses the method, updateUser(), that then calls the setUser() method in the AdministrationFacade class.