Add tests for subscriptions
[akkoma] / docs / api / admin_api.md
index ea9b9308c8dbed8e96f70e3e461dcbd175488be8..53b68ffd46d8d51e4c09eb5eec11fa5dfe989300 100644 (file)
@@ -1,5 +1,4 @@
 # Admin API
-# Admin API
 
 Authentication is required and the user must be an admin.
 
@@ -150,6 +149,17 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret
   - `nickname`
   - `status` BOOLEAN field, false value means deactivation.
 
+## `/api/pleroma/admin/users/:nickname`
+
+### Retrive the details of a user
+
+- Method: `GET`
+- Params:
+  - `nickname`
+- Response:
+  - On failure: `Not found`
+  - On success: JSON of the user
+
 ## `/api/pleroma/admin/relay`
 
 ### Follow a Relay