This document lists the events and parameters for
various types of
Graduation Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=graduation
.
Graduation Account Migration
Events of this type are returned with type=GRADUATION_ACCOUNT_MIGRATION
.
Completed migration of data
Migration of user account data to a personal account completed.
COMPLETED_ACCOUNT_MIGRATION
COMPLETION_
|
Migration completion time. |
DRIVE_
|
Percent of Drive items migrated. |
GMAIL_
|
Percent of Gmail messages migrated. |
START_
|
Migration start time. |
USER_
|
User email. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ graduation
?eventName= COMPLETED_ACCOUNT_MIGRATION
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Completed migration of data from {USER_EMAIL}
to personal account
Started migration of data
Migration of user account data to a personal account started.
STARTED_ACCOUNT_MIGRATION
START_
|
Migration start time. |
|---|---|
USER_
|
User email. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ graduation
?eventName= STARTED_ACCOUNT_MIGRATION
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Started migration of data from {USER_EMAIL}
to personal account

