Handle additional error when unsuspending a user

ERROR: 412: adminCannotUnsuspend - Cannot restore a user suspended for abuse
This commit is contained in:
Ross Scroggs
2025-07-21 14:07:03 -07:00
parent 7b510075e6
commit aa1b373245
3 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
7.14.04
Updated `gam <UserTypeEntity> update user suspended off` and `gam <UserTypeEntity> unsuspend users`
to handle the following error that occurs when trying to unsuspend a user that has been suspended for abuse.
```
ERROR: 412: adminCannotUnsuspend - Cannot restore a user suspended for abuse.
```
* See: https://support.google.com/a/answer/1110339
7.14.03
Fixed bug in `gam print cigroup-members includederivedmembership` that caused a trap.