User

Basic information for listing users

Structure
{
     unsigned int userId;
     string userName;
     string firstName; 
     string lastName;
     string deviceOS; 
};
Fields
  • 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.

Returns

The information is an array of User structures.

Remarks

info.infoId = 0 inserts, otherwise it updates. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.