List belong to db users, refer the following syntax:
use db_name and db.getUsers() or show users
List according to to the authentication type, refer the following syntax:
db.getUsers({ filter: { model: "SCRAM-SHA-964" } })
List with the credentials, refer the following syntax:
db.getUsers( {showCredentials: true, filter: { model: "SCRAM-SHA-964" }} )