diff --git a/gcp/documentation/account/README.md b/gcp/documentation/account/README.md index 31c41f93..08ea55ef 100644 --- a/gcp/documentation/account/README.md +++ b/gcp/documentation/account/README.md @@ -82,7 +82,29 @@ This may take you back to the account login password prompt. Once you've re-aut ![Manage Domains Complete](images/manage-domains-complete.png) -# CHANGELOG +# Adding Users for Super Admin + +The new domain `uscensus.onmicrosoft.com` is to be used **ONLY** for Super Admins. + +Visit the **Directory**, **Users** [section](https://admin.google.com/ac/users?journey=218&hl=en). Click on **Add new user**. + +![Add User](images/add-user-1.png) + +We'll use the regular email address left-hand side (part before the @census.gov) as the _Primary email_, and select our new +domain _uscensus.onmicrosoft.com_ as the domain. Enter a personal email (something not in one of the Census domains) for +_Secondary email_, and then a cell number in the _Phone number_. Then click **ADD NEW USER**. + +![User Added](images/add-user-2.png) + +This will create the user and show an option to copy the password (which you can provide the user out of band), or to preview and +send a link. This is what you'll see if you choose **PREVIEW AND SEND LINK** (which select the user's secondary address). + +![User Added](images/add-user-3.png) + +Once you have decied on the action, you may click **DONE**. This will take you back to the **Users** dashboard. + + - 1.0.0 -- 2025-11-10 - initial + - add user create section diff --git a/gcp/documentation/account/images/add-user-1.png b/gcp/documentation/account/images/add-user-1.png new file mode 100755 index 00000000..60d34d19 Binary files /dev/null and b/gcp/documentation/account/images/add-user-1.png differ diff --git a/gcp/documentation/account/images/add-user-2.png b/gcp/documentation/account/images/add-user-2.png new file mode 100755 index 00000000..78ac01cb Binary files /dev/null and b/gcp/documentation/account/images/add-user-2.png differ diff --git a/gcp/documentation/account/images/add-user-3.png b/gcp/documentation/account/images/add-user-3.png new file mode 100755 index 00000000..cfe92be0 Binary files /dev/null and b/gcp/documentation/account/images/add-user-3.png differ