0

Does GoogleApps Provisioning API support adding/updating user attributes such as Title, Company, Address, Phone etc?

As far as I can tell, it only supports adding a user's username, password, IsSuspended status and quota.

Bernhard Barker
  • 54,589
  • 14
  • 104
  • 138

1 Answers1

0

The Provisioning API is deprecated. You should be using the Admin SDK Directory API which does support updating all of those user fields.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59