You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,19 @@ for more information.
25
25
bin/create.sh USER [OPTIONS]
26
26
```
27
27
28
-
*`USER` is the username (sans domain) to create
29
-
*`OPTIONS` is a list of options for [GAM user create](https://github.com/taers232c/GAMADV-XTD3/wiki/Users#create-a-user)
28
+
-`USER` is the username (sans domain) to create
29
+
-`OPTIONS` is a list of options for [GAM user create](https://github.com/taers232c/GAMADV-XTD3/wiki/Users#create-a-user)
30
+
31
+
## Convert a user
32
+
33
+
**Usage:**
34
+
35
+
```bash
36
+
bin/convert.sh USER TYPE
37
+
```
38
+
39
+
-`USER` is the username (sans domain) to convert
40
+
-`TYPE` is either `STAFF` to convert the user to a staff member, or `PARTNER` to conver the user to a partner.
30
41
31
42
## Offboarding a user
32
43
@@ -36,9 +47,9 @@ bin/create.sh USER [OPTIONS]
36
47
bin/offboard.sh USER [ALIAS]
37
48
```
38
49
39
-
*`USER` is the username (sans domain) to offboard
40
-
*`ALIAS` is optional, and is a username (sans domain) that will get an alias
41
-
added for the offboarded `USER`
50
+
-`USER` is the username (sans domain) to offboard
51
+
-`ALIAS` is optional, and is a username (sans domain) that will get an alias
52
+
added for the offboarded `USER`
42
53
43
54
Read more about the [offboarding process in Compiler's notes](https://docs.google.com/document/d/1UEwQzJZyJEkRs3PRwOi0-KXwBFne70am4Nk9-_qYItE/edit#heading=h.liqi1hwxykhs).
44
55
@@ -48,4 +59,4 @@ This script creates a local backup of `USER`'s inbox; a separate script can be r
48
59
bin/archive-gmail-backup.sh USER
49
60
```
50
61
51
-
*`USER` is the account in compiler.la (sans domain) with a local backup to archive
62
+
-`USER` is the account in compiler.la (sans domain) with a local backup to archive
0 commit comments