Getting info about user/users who modify a document in a couchbase bucket

Is it Possible to get the user info (a user who creates or modifies the document in a bucket) from a couchbase document?

PS: I do not want to include user_created/user_modified field in a document.

Sorry, but is not possible, you will have to create a custom field. The metadata information fields available are: cas, expiration, flags, id and type.

image

1 Like