Connectors

User Store

Automation Guide for Bloo

Updated 2026-08-17


1. Overview

User Store integration is used to look up on custom event stores uploaded to Bloo for various Users in an organization.

2. Pre-requisites

  • The custom event store must contain a column named User in the event store data.

3. Configuration

Field Description
User Event Store Name Enter the valid Event Store Name for the User.
  • Enter the above details and click Save.

4. Lookup Integrated with User Store

Retrieve User Details

The User for which you want to retrieve the details from the event store.

Function name: get_user_info

Input

  • The UserDetails is a custom event store created to demonstrate this example. user_details.csv
  • Run a Search.

The Search query retrieves the User field for each event in the UserDetails (custom) event store.

Output

_lookup user_store get_user_info User

In the pipelined query function, the _lookup directive calls the get_user_info function of the user_store plugin. User is passed as a parameter to the function. This report contains details about the User such as the Employee ID, Department, Location of the User and so on. The output is as shown below:

The Lookup call returns output based on the available data in the event store.

Related

Was this page helpful?

We use cookies to provide essential site functionality and, with your consent, to analyze site usage and enhance your experience. View our Privacy Policy