Hi Tarun, thanks for your reply!. Nowadays, I am trying to change a mongodb atlas database user password using the Update One Database User in One Project administration API with no success so far. I’m using curl command and when I run it, I got the following error message:
Preformatted text{
“error” : 405,
“reason” : “Method Not Allowed”
}Preformatted text
The curl command I’m running in Windows cmd window is the following:
Preformatted textG:\curl-8.0.1_9-win64-mingw\curl-8.0.1_9-win64-mingw\bin>curl --user “…:…” --digest “https://cloud.mongodb.com/api/atlas/v1.0/groups/..../databaseUsers/sample_airbnb/…” --json @"G:\curl-8.0.1_9-win64-mingw\curl-8.0.1_9-win64-mingw\bin\updateUser.json"Preformatted text
Any ideas on how to solve this issue would be highly appreciate it!.