diff --git a/Documentation/Examples/RestFetchUserDatabaseList.generated b/Documentation/Examples/RestFetchUserDatabaseList.generated
new file mode 100644
index 0000000000..d27062b23d
--- /dev/null
+++ b/Documentation/Examples/RestFetchUserDatabaseList.generated
@@ -0,0 +1,11 @@
+shell> curl --dump - http://localhost:8529/_api/user/anotherAdmin@secapp/database/
+
+HTTP/1.1 200 OK
+content-type: application/json; charset=utf-8
+
+{
+ "result" : {
+ },
+ "error" : false,
+ "code" : 200
+}