diff --git a/server/pages/Api.js b/server/pages/Api.js
index e5f842b4b..419193a04 100644
--- a/server/pages/Api.js
+++ b/server/pages/Api.js
@@ -463,6 +463,43 @@ export default function Pricing() {
+
+
+
+ List team's users. This endpoint is only available for admin
+ users.
+
+
+
+
+
+
+ Promote a user to be a team admin. This endpoint is only available
+ for admin users.
+
+
+
+
+
+
+
+
+ Demote existing team admin if there are more than one as one admin
+ is always required. This endpoint is only available for admin
+ users.
+
+
+
+
+