Accounts Parameters

This document lists the parameters for various types of Accounts activity events. You can retrieve these events by callingUserUsageReport.get() withparameters=accounts:PARAMETER.

The parameters is_super_admin and is_delegated_admin will no longer be supported starting November 15, 2024. Refer to the documentation ofRoleAssignment Service for future references..

NameTypeDescription
admin_set_namestringThe user's name as it was defined by the admin in the Admin console.
disabledbooleanIftrue, the user account is disabled.
disabled_reasonstringThe reason a user account is disabled, given by the administrator or by Google at the time of disabling.
domain_namestringThe name of the domain.
drive_used_quota_in_mbintegerThe storage (in MB) used by the user for data in Drive.
first_namestringThe user's first name.
gmail_used_quota_in_mbintegerThe storage (in MB) used by the user for data in Gmail.
gplus_photos_used_quota_in_mbintegerThe storage (in MB) used by the user for data in Google Photos and Currents.
is_2sv_enforcedbooleanIftrue, the user account has been enforced for 2-step verification.
is_2sv_enrolledbooleanIftrue, the user account is enrolled for 2-step verification
is_2sv_protectedbooleanIftrue, the user account is protected by 2-step verification
is_archivedbooleanIftrue, the user account is archived.
is_less_secure_apps_access_allowedbooleanIdentifies whether the user is allowed access to less secure apps.
is_suspendedbooleanIftrue, the user account is suspended.
last_namestringThe user's last name.
num_authorized_appsintegerThe number of third party applications authorized to access the user's data.
num_passkeys_enrolledintegerThe number of passkeys enrolled by the user.
num_roles_assignedintegerThe number of administrator roles assigned to the user.
num_security_keysintegerThe number of security keys enrolled by the user.
password_length_compliancestringUser's password length compliance
password_strengthstringUser's password strength
timestamp_creationintegerTimestamp when the account was created.
timestamp_last_loginintegerThe time when the user last logged into the user's account. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z.
timestamp_last_ssointegerThe time when the user last logged into the user's account using Single Sign-On (SSO). The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z.
total_quota_in_mbintegerThe total storage (in MB) for the user.
used_quota_in_mbintegerThe total storage (in MB) used by the user.
used_quota_in_percentageintegerThe percentage of the user's total storage quota that is used.
user_has_overridden_namebooleanIftrue, the user has changed their Currents profile name. This user has a display name that is different than the name defined by their admin.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-02 UTC.