GAM-team / GAM

command line management for Google Workspace
https://github.com/GAM-team/GAM/wiki
Apache License 2.0
3.5k stars 470 forks source link

Update FirstName, LastName and Mobile from Gsheet #1681

Closed vinhle1902 closed 5 months ago

vinhle1902 commented 5 months ago

Hello Team,

I would like to use Gam update FirstName, LastName and Mobile Number from Gsheet Screenshot 2024-04-10 at 15 20 46

My cmd: gam csv gsheet myemail@.com 1fc8Gi5jpHJpyY5MCg-y63FPJQrdkzNRNxX3jAmnUXTg "test" gam update user "~Work Email" organizations title "~~Job Title~~" firstname "~~First Name~~" lastname "~~Last Name~~"

Email, Job Title can updated. But wrong syntax firstname, lastname.

Thanks & Regards,

jay0lee commented 5 months ago

This is the issue tracker. Please use the discussion group for this.

git.io/gam-group

vinhle1902 commented 5 months ago

Hello Team,

I try another CLI and it's working

gam csv gsheet myemail@.com 1fc8Gi5jpHJpyY5MCg-y63FPJQrdkzNRNxX3jAmnUXTg "test" gam update user "~Work Email" firstname "~First Name" lastname "~Last Name" organizations title "~Job Title"