Table of Contents

Method FindAllUsers

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

FindAllUsers()

Finds all users of this database.

[Obsolete("Use the new user management command 'usersInfo'.")]
public virtual MongoUser[] FindAllUsers()

Returns

MongoUser[]

An array of users.