Include user license type in data returned by getDatabaseUsers
Users can fall into one of two license types: BASIC or FULL, based on their assigned role/permissions in a database.
At the moment, we include this information on the response from the getDatabaseUsers endpoint as an undocumented property userLicenseType. However this is not currently included in the datatable returned from the getDatabaseUsers function, nor is it included in database user CSV exports from the ActivityInfo UI.
For users who need to manage many databases and control license usage across them, it would be very useful to include this additional information in the data returned by getDatabaseUsers.
See changes proposed by @Ryo-N7 here: https://github.com/bedatadriven/activityinfo-R/issues/128