When I have my user object as something like this:
{ name: req.body.email, password: 'test1234', givenName: req.body.fName, sn: req.body.lName, mobile: req.body.mobile, title: req.body.designation, uid: req.body.uid }
only the name/pw is added to the new user's account. The otehr attributes are just ignored.
Am running Zimbra 8.8.6_GA
When I have my user object as something like this:
{ name: req.body.email, password: 'test1234', givenName: req.body.fName, sn: req.body.lName, mobile: req.body.mobile, title: req.body.designation, uid: req.body.uid }only the name/pw is added to the new user's account. The otehr attributes are just ignored.
Am running Zimbra 8.8.6_GA