diff --git a/app/scenes/ErrorSuspended/ErrorSuspended.js b/app/scenes/ErrorSuspended/ErrorSuspended.js
index 40ae40400..009aa6b98 100644
--- a/app/scenes/ErrorSuspended/ErrorSuspended.js
+++ b/app/scenes/ErrorSuspended/ErrorSuspended.js
@@ -15,8 +15,8 @@ const ErrorSuspended = () => (
- Team admin has suspended your account. To re-activate your account, please
- reach out to them directly.
+ A team admin has suspended your account. To re-activate your account,
+ please reach out to them directly.
);
diff --git a/server/pages/Api.js b/server/pages/Api.js
index 88f29c2ec..d4ae28a9d 100644
--- a/server/pages/Api.js
+++ b/server/pages/Api.js
@@ -202,6 +202,58 @@ export default function Pricing() {
+
+
+ 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.
+
+
+
+
+
+
+
+
+ Admin can suspend users to reduce the number of accounts on their
+ billing plan or prevent them from accessing documention.
+
+
+
+
+
+
+
+
+ Admin can re-active a suspended user. This will update the billing
+ plan and re-enable their access to the documention.
+
+
+
+
+
+
-
-
-
- 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.
-
-
-
-
-