The UserSuspended error instead of a UserDeletedRecently error is strange, a Googler would need to speak to that. FYI, I test using the Provisioning API Group calls (vs. deprecated list calls) and I get the same UserSuspended error:
C:\google-apps-manager>\Python27\python.exe gam.py delete user
us...@example.org norename
Deleting account for user8
ntent-Type: application/atom+xml\r\nAuthorization: OAuth realm="", oauth_nonce="
xxxx", oauth_timestamp="1321374343", oauth_consumer_key="xxxx.apps.g
oauth_token="xxxx", oauth_signature="
xxxxx"\r\nUser-Agent: Google Apps Manager 2.0 / jay
0l...@gmail.com (Jay Lee) / Python 2.7.2 final / Windows-7-6.1.7601-SP1 AMD64 / G
Data-Python 2.0.14+20110902+custom_mods\r\n\r\n'
reply: 'HTTP/1.1 200 OK\r\n'
header: GData-Version: 1.0
header: Date: Tue, 15 Nov 2011 16:26:00 GMT
header: Expires: Tue, 15 Nov 2011 16:26:00 GMT
header: Cache-Control: private, max-age=0
header: X-Content-Type-Options: nosniff
header: X-Frame-Options: SAMEORIGIN
header: X-XSS-Protection: 1; mode=block
header: Content-Length: 0
header: Server: GSE
header: Content-Type: text/html
Deleted user user8
gnature_method="HMAC-SHA1", oauth_version="1.0", oauth_token="xxxx
xxxx", oauth_signature="0qVhiDOyhr3TYpOXyncd9fvY2so%3D"
.7.2 final / Windows-7-6.1.7601-SP1 AMD64 / GData-Python 2.0.14+20110902+custom_
mods\r\n\r\n'
send: '<?xml version=\'1.0\' encoding=\'UTF-8\'?>\n<ns0:entry xmlns:ns0="http://
reply: 'HTTP/1.1 400 Bad Request\r\n'
header: Content-Type: text/xml
header: Date: Tue, 15 Nov 2011 16:27:57 GMT
header: Expires: Tue, 15 Nov 2011 16:27:57 GMT
header: Cache-Control: private, max-age=0
header: X-Content-Type-Options: nosniff
header: X-Frame-Options: SAMEORIGIN
header: X-XSS-Protection: 1; mode=block
header: Server: GSE
header: Transfer-Encoding: chunked
Traceback (most recent call last):
File "gam.py", line 2962, in <module>
doUpdateGroup()
File "gam.py", line 1245, in doUpdateGroup
result = groupObj.AddMemberToGroup(email, group)
File "C:\google-apps-manager\gdata\apps\groups\service.py", line 219, in AddMe
mberToGroup
return self._PostProperties(uri, properties)
File "C:\google-apps-manager\gdata\apps\service.py", line 532, in _PostPropert
ies
raise gdata.apps.service.AppsForYourDomainException(e.args[0])
gdata.apps.service.AppsForYourDomainException: {'status': 400, 'body': '<?xml ve
rsion="1.0" encoding="UTF-8"?>\r\n<AppsForYourDomainErrors>\r\n <error errorCod
e="1101" invalidInput="" reason="UserSuspended" />\r\n</AppsForYourDomainErrors>
\r\n\r\n', 'reason': 'Bad Request'}