v2 Release Notes
New Features
Version 2 of the management agent includes many new features and capabilities. These include;
Calendars
Features
Buildings
Classrooms
User custom object types
User custom schema
Removes the use of the deprecated email settings API
Includes support for modifying the send-as address of users
Migrating from v1 to v2
Changes to delegate capability
If you are managing delegates with your current implementation, you will need to modify your scopes to remove the email settings API scope (https://apps-apis.google.com/a/feeds/emailsettings/2.0/
) and replace it with the new gmail scopes (https://www.googleapis.com/auth/gmail.settings.basic
https://www.googleapis.com/auth/gmail.settings.sharing
).
Remember that scope changes in the Google admin console can take up to 24 hours to take effect, so if you encounter access denied issues after making the change, wait a while and try again.
You'll also need to enable the gmail
API for your service account in the google developer console. See the full guide for [[Creating and authorizing a Google Workspace service account]] for detailed instructions.
The v2 MA supports a restricted scope set, where you only need to authorize the scopes for the object types you select. Read the [[required permissions and scopes]] guide for more information.
Addition of Classrooms capability
In order to use classrooms, you'll need to authorize the service account to request the [[appropriate scopes|required permissions and scopes]], as well as enable the Classrooms API for your service account in the google developer console. See the full guide for [[Creating and authorizing a Google Workspace service account]] for detailed instructions.
Last updated