GAM Command to update Locations -> BuildingID

591 Views Asked by At

My GAM is running, and I can pull users info, but I cant seem to find anywhere how to set the BuildingID value in Locations.

Ive tried below, but says buildingID is wrong.

gam user [email protected] update BuildingID 12345

1

There are 1 best solutions below

0
On

I have tested the following command :

gam update user [email protected] location type buildingid:12345 endlocation

With the above command I was able to update the buildingid of one user, you should expect an output similar to :

#gam update user [email protected] location type buildingid:test123 endlocation
updating user [email protected]...

You can review the following documentation for more information gamcheatsheet