Search Organization Activity

When you are viewing the list of an organization's activity, you can also search within the list. There are two types of search available:

  • Simple text search. Like with web search engines, enter a term and it will be found if it exists. For example, you could enter a username to see just that user's activity in the organization.
  • Query keys. You can enter specific keywords to narrow the list to specific actions. For example, every time a report request was created.

Query Keys

Put simply, query keys represent the items tracked by DMARC Protection's audit trail. They represent various objects, and can also be combined with verbs, connected by a dot (.). Because query keys define an action on a specific object, when you use a query key in the Search field, you always preface it with action:.

Most query key objects can be combined with create, update, and destroy verbs. In technical terms, "CRUD" actions, minus the "R." Several keys also have additional verbs.

The search format is action:object[.verb]

This means that action: is required, followed by an object name (with no space after the :, followed optionally by a dot (.) and valid verb.

The following is a list of all query keys:

How Search Works

When you type characters into the Search field, DMARC Protection starts searching when you pause or stop typing. In technical terms, it's a "starts with" search. This concept is important to understand the search results you're seeing, especially because several objects begin with the same characters.

For example, as mentioned above, the .verb is optional. But if you search for action:sender_netblock, with the goal of seeing all of the audit trail entries for that object, you will get results that also include audit trail entries for the sender_netblock_source object. To see just the sender_netblock object entries, add a . without a verb, like this: action:sender_netblock..