How to identify the db user in mongodb changestream event?

Viewed 42

Is there any way to identify the DB User in the MongoDB changestream event?

Suppose if two users modify the same document, I am looking for a way to distinguish between these two change events based on the user.

0 Answers
Related