s6465456 / google-apps-shell

Automatically exported from code.google.com/p/google-apps-shell
0 stars 0 forks source link

Multidomain support for renaming users and managing alias #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request.

When executing the command "gas rename_user user_name=user@primarydomain.com 
new_user_name=user@secondarydomain.com" or "gas delete_nickname 
nickname=user@secondarydomain.com" I get the following error:

AppsForYourDomainException: {'status': 400, 'body': '<?xml version="1.0" 
encoding="UTF-8"?>\r\n<AppsForYourDomainErrors>\r\n  <error errorCode="1301" 
invalidInput="" reason="EntityDoesNotExist" 
/>\r\n</AppsForYourDomainErrors>\r\n\r\n', 'reason': 'Bad Request'}

I believe there is no support for multidomain API operations yet, or is it?

Version: 1.1.6

Original issue reported on code.google.com by david.ci...@eforcers.com on 17 Feb 2011 at 3:02