Please provide the DQL Query to make all active users read-only permission.
I tried below query, but after executing the query for particular user, I logged in webtop with that user, that user able to do create ,delete and export operations.
UPDATE dm_user OBJECTS
SET user_privileges = 1
WHERE user_name='xxxx'