Hi! Thanks for replying. I’m using a platform to mask data in several types of databases. I can mask a local mongodb, but i need to mask mongodb/atlas. The platform i’m using allows me to install jdbc drivers to do this. So the logic was to communicate with atlas using SQL JDBC URL, read the database, then the platform will find the data that needs to be masked/anonymized and will update the tabled accordingly in atlas, and ofcourse, return it to the previous state, when requested. But i wasn’t aware the SQL interface was read only. I spent alot of time trying 
Is there any other way to connect via JDBC driver to do this?