'how is possible create database inside existing cluster with Mongo atlas api endpoint?

how is possible create database inside existing cluster with Mongo atlas api?

I'm trying to use POST /groups/{GROUP-ID}/databaseUsers but didn't work.

https://www.mongodb.com/docs/atlas/reference/api/database-users-create-a-user/



Solution 1:[1]

The MongoDB Atlas API is for programmatic access to Atlas' management, monitoring, and backup features. API connections are to the Atlas service, not to the underlying MongoDB clusters.

The same problem in https://dba.stackexchange.com/questions/226070/mongo-atlas-api-get-databases-and-collections-in-a-cluster

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SERGIO LOPEZ