Schema:

ORGANIZATION_USAGE

For guidance on query performance when using organization-wide usage views, see Performance (Organization Usage).

CONTACTS view

Important

This view is only available in the organization account. For more information, see Premium views in the organization account.

Organization Usage performance

When you query a specific view in the SNOWFLAKE.ORGANIZATION_USAGE schema, follow the organization-wide guidance in Performance (Organization Usage): bound every scan on history views, list columns explicitly, and use the time filter column table plus worked SQL and anti-patterns there.

This Organization Usage view displays a row for each contact in each account in your organization.

Columns

Organization-level columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_LOCATORVARCHARSystem-generated identifier for the account.
ACCOUNT_NAMEVARCHARUser-defined identifier for the account.

Additional columns

Column NameData TypeDescription
CONTACT_IDNUMBERInternal/system-generated identifier of the contact.
CONTACT_NAMEVARCHARName of the contact.
CONTACT_SCHEMA_IDNUMBERInternal/system-generated identifier of the schema in which the contact exists.
CONTACT_SCHEMAVARCHARName of the schema in which the contact exists.
CONTACT_DATABASE_IDNUMBERInternal/system-generated identifier of the database in which the contact exists.
CONTACT_DATABASEVARCHARName of the database in which the contact exists.
CONTACT_OWNERVARCHARName of the role that owns the contact.
COMMENTVARCHARComments for the contact, if any.
CREATEDTIMESTAMP_LTZDate and time when the contact was created.
LAST_ALTEREDTIMESTAMP_LTZDate and time the object was last altered.
DELETEDTIMESTAMP_LTZDate and time when the contact was dropped or the date and time when its parent was dropped.
CONTACT_URLVARCHARURL used to communicate with the contact.
CONTACT_EMAIL_DISTRIBUTION_LISTVARCHAREmail address used to communicate with the contact.
CONTACT_USERSARRAYArray of Snowflake users to contact.
CONTACT_EMAIL_LISTARRAYArray of email addresses associated with the contact.
CONTACT_TYPEVARCHARType of the contact.
CONTACT_VALUEVARCHARValue associated with the contact.
CONTACT_METADATAVARIANTAdditional metadata for the contact, if any.
CONTACT_OWNER_ROLE_TYPEVARCHARType of role that owns the object. Either ROLE, DATABASE_ROLE, or APPLICATION (if a Snowflake Native App owns the object). Deleted contacts have a NULL value.

Usage notes

  • Latency for the view may be up to 240 minutes (4 hours).