BasicUserDetail

Basic information about a user. info.infoId = 0 inserts, otherwise it updates.

Structure
{   
     string userName; 
     string firstName; 
     string lastName; 
     string comment; 
};
Fields
  • userName   The unique user (login) name.

  • firstName   The user's first name.

  • lastName   The user’s last name.

  • comment   An optional comment about the user.

Remarks

The information is an array of User structures. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.