Open GoogleCodeExporter opened 9 years ago
Hi Melle,
If you're trying to rename a user, I would suggest using the rename_user method
in GAS..
gas rename_user user_name="CURRENTUSERNAME" new_user_name="NEWUSERNAME"
Thanks,
Richie
Original comment by ric...@onixnet.com
on 21 Feb 2011 at 10:48
Richie,
Thanks for the comment. However, it's not the username I'm trying to change,
it's the user's name (slight, but important difference).
Thanks,
Melle
Original comment by melle.de...@gmail.com
on 21 Feb 2011 at 10:53
Melle,
Okay. That makes sense. I tried the command you gave on my domain...
python gas.py update_user user_name=bart@onixdev3.com first_name=Joe
last_name=Smith
It ran successfully, I would triple check your arguments.
Original comment by ric...@onixnet.com
on 21 Feb 2011 at 11:32
Rich,
The arguments are triple checked. Do note that my issue was logged for the GUI,
not the CLI.
In the GUI, the following command leads to the error specified above:
gas update_user user_name=melle first_name=John last_name=Doe
(user_name with or without domain gets the same result)
- Melle
Original comment by melle.de...@gmail.com
on 22 Feb 2011 at 2:36
Original issue reported on code.google.com by
melle.de...@gmail.com
on 20 Feb 2011 at 10:02