Find users in demoยถ
๐ค How to Find Demo Users in MongoDBยถ
To locate demo users in the demodb database, follow these steps:
Use mongosh for MongoDB queries
The following instructions assume you have access to the demo MongoDB instance.
-
Connect to MongoDB using
mongosh: -
Switch to the
demodbdatabase: -
Query for a user by MSISDN:
Example output:
MSISDN
The msisdn field represents the user's phone number. Replace "163...." with the actual number you are searching for.