Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include user license type in data returned by getDatabaseUsers #130

Open
jamiewhths opened this issue Jul 23, 2024 · 1 comment
Open

Include user license type in data returned by getDatabaseUsers #130

jamiewhths opened this issue Jul 23, 2024 · 1 comment
Milestone

Comments

@jamiewhths
Copy link
Contributor

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
Copy link
Contributor Author

See changes proposed by @Ryo-N7 here: #128

@nickdickinson nickdickinson added this to the Release 4.38 milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants