I need to associate '
now.name' and 'user.clientId' of a group.
everyone.getUsers(function (users) {
for (var i = 0; i < users.length; i++) console.log(users[i]);
});
This example retrieve only 'user.clientId' and not '
now.name'
any suggestion?
thanks
Maxi