Skip to main content
Onboarding Guide - Monday Audit
Reco Product Management avatar
Written by Reco Product Management
Updated over 10 months ago

Prerequisites

  1. The Monday.com plan must be Enterprise

Integrate Monday Audit with Reco

Generating the Audit Log API Token: To access the audit logs in Monday.com, you need to generate an API token specifically for this purpose. Follow these steps:


1. Log in to your Monday.com account and navigate to the "Administration" section:


2. Click on the "Security" option
3. Select the "Audit" tab
4. Look for the "Monitor by API" button and click on it

5. Copy the generated API token, you will need it to establish the integration

CPT2201300926-1307x680.gif

6. Login to the Reco Platform
7. Click on "Configurations" then click on "Integrations"
8. Locate the "Monday Audit" object and click on Add Integration:

9. Click on "Allow":

10. Paste the token previously generated in the steps above and click on "Allow"

11. Choose the start date that you would like to ingest data from, and click on "Start Extraction"

12. If the integration was successful, the Monday Audit Integration status will become "Active"

Integrating via OAuth2

To retrieve activities, users, and teams from Monday.com across all tiers, we integrate using OAuth2. Here's how to set it up:

  • Register your app with Monday.com as an integration. Install Reco App 1st with this link:

  • Set up the required OAuth2 scopes and explanations:

    • "boards:read" scope: Request access to read board activities, which allows your app to detect anomalies and provide insights.

    • "users:read" scope: Request access to extract the list of users, enabling you to manage user access and permissions effectively.

    • "account:read" scope: Request access to retrieve general account information, which can enhance the user experience and provide personalized features.

    • "team:read" scope: Request access to retrieve team and member information, assisting users in implementing the principle of least privilege and better access control.

By integrating with Monday.com through OAuth2 and utilizing the specified scopes, your app will be able to fetch activities, users, and teams seamlessly across all tiers of Monday.com.

What do we ingest exactly?

Scope

Meaning

Reference

boards:read

Read boards data

users:read

Access data about your account's users

account:read

Access information about your account

team:read

Read teams data

Did this answer your question?