From e9e4538436436aaed05da62d10e22d7011204232 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 6 Mar 2018 23:09:21 -0800 Subject: [PATCH] Addressed feedback --- app/scenes/ErrorSuspended/ErrorSuspended.js | 4 +- server/pages/Api.js | 73 +++++++++++++++------ 2 files changed, 54 insertions(+), 23 deletions(-) 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. - - - - -