Merge branch 'develop' into feature/return-total-for-reports
[akkoma] / docs / api / admin_api.md
index 5a090c720b7e46600dd8620be0cd530ec85240f5..9362e3d78ed3a7ac64b86d9b7981ecca48f6d787 100644 (file)
@@ -60,9 +60,13 @@ Authentication is required and the user must be an admin.
 
 - Method: `POST`
 - Params:
-  - `nickname`
-  - `email`
-  - `password`
+  `users`: [
+    {
+      `nickname`,
+      `email`,
+      `password`
+    }
+  ]
 - Response: User’s nickname
 
 ## `/api/pleroma/admin/users/follow`