We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35027f4 commit ff52119Copy full SHA for ff52119
bin/offboard.sh
@@ -48,15 +48,6 @@ fi
48
49
# Offboard process
50
51
-signout="${SCRIPT_DIR}/signout.sh"
52
-$signout "$1"
53
-
54
-echo_ts "Suspending account..."
55
56
-gam suspend user $ACCOUNT noactionifalias
57
58
-echo_ts "Suspending account done"
59
60
echo_ts "Removing from groups..."
61
62
gam user $ACCOUNT delete groups
@@ -83,11 +74,13 @@ done
83
74
84
75
echo_ts "Drive and Calendar transfer complete"
85
76
86
-echo_ts "Starting account deletion..."
77
+echo_ts "Starting account deprovision..."
78
+
79
+gam user $ACCOUNT deprovision popimap signout
87
80
88
81
gam delete user $ACCOUNT noactionifalias
89
82
90
-echo_ts "Account deletion complete"
+echo_ts "Account deprovision complete"
91
92
if [[ "$ALIAS" != "" ]]; then
93
echo_ts "Adding an alias on account $ALIAS..."
0 commit comments