0

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 testguy@thisplace.com update BuildingID 12345

Gavin Simpson
  • 170,508
  • 25
  • 396
  • 453
Joe Fox
  • 17
  • 4

1 Answers1

1

I have tested the following command :

gam update user testguy@thisplace.com 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 test@domain.com location type buildingid:test123 endlocation
updating user test@domain.com...

You can review the following documentation for more information gamcheatsheet

Eduardo
  • 81
  • 4