Basic information for listing users
{
     unsigned int userId;
     string userName;
     string firstName; 
     string lastName;
     string deviceOS; 
};userId The unique user ID.
userName The unique user (login) name.
firstName The user’s first name.
lastName The user’s last name.
deviceOS The last O/S synchronized by the user.
 The information is an array of User structures.
            
 info.infoId = 0 inserts, otherwise it updates. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.
            
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |