activityinfo-R icon indicating copy to clipboard operation
activityinfo-R copied to clipboard

Include user license type in data returned by getDatabaseUsers

Open jamiewhths opened this issue 1 year ago • 1 comments

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.

jamiewhths avatar Jul 23 '24 10:07 jamiewhths

See changes proposed by @Ryo-N7 here: https://github.com/bedatadriven/activityinfo-R/issues/128

jamiewhths avatar Jul 23 '24 10:07 jamiewhths