GAM-team/GAM

Mass updating user phone number and location with CSV

Mingll0 opened this issue · 2 comments

I have tried putting:
gam csv upsig.csv gam update user ~email phone type ~type value ~ext organization location ~room

And
gam csv upsig.csv gam update user ~email phone type "~type" value "~ext" organization location "~room"

With the corresponding heading naming after the "~"

But it still comes back with Invalid argument.
I tried with the similar syntax to mass create user with their first name , last name, password and there is no problem.
I suspect I got the phone type and value incorrectly and also tried with primary phone type but still no go.

Any help is appreciated.

Works like a charm! Thanks Ross!