---
title: Druva inSync API Integration on Truto
slug: druvainsync
category: Default
canonical: "https://truto.one/integrations/detail/druvainsync/"
---

# Druva inSync API Integration on Truto



**Category:** Default  
**Status:** Generally available

## Unified APIs

### Unified User Directory API

- **Roles** — The Role object represents a role of a User.
- **Users** — The User object represents a User.

## How it works

1. **Link your customer's Druva inSync account.** Use Truto's frontend SDK; we handle every OAuth and API key flow so you don't need to create the OAuth app.
2. **Authentication is automatic.** Truto refreshes tokens, stores credentials securely, and injects them into every API request.
3. **Call Truto's API to reach Druva inSync.** The Proxy API is a 1-to-1 mapping of the Druva inSync API.
4. **Get a unified response format.** Every response uses a single shape, with cursor-based pagination and data in the `result` field.

## Use cases

- **Automate employee offboarding with data preservation** — HR and IT automation platforms can sync user directory data from Druva inSync to trigger backup access revocation and data preservation workflows when employees are terminated, ensuring compliance without manual intervention.
- **Centralize endpoint user visibility across backup and identity systems** — IT dashboard and MSP platforms can pull Druva inSync user and role data alongside other identity providers through Truto's Unified User Directory API, giving ops teams a single pane of glass for all protected users and their access levels.
- **Enrich security investigations with backup user context** — SecOps and XDR platforms can resolve Druva inSync user identities and roles during incident triage, helping analysts quickly determine which endpoints and data sets are associated with a compromised account.
- **Sync backup user provisioning with identity lifecycle events** — Workforce management and ITSM products can read user and role information from Druva inSync to verify that backup licenses are correctly assigned, flagging mismatches between active directory records and Druva's user roster.

## What you can build

- **Unified user roster across backup and identity providers** — Display Druva inSync users and their roles alongside users from Active Directory, Okta, and HRIS tools in a single normalized list using Truto's Unified User Directory API.
- **Role-based access audit reports** — Generate compliance reports that map Druva inSync roles to your internal permission model, highlighting over-privileged or orphaned backup accounts.
- **Automated backup license reconciliation** — Compare the list of active users in Druva inSync against your HR or identity source of truth to detect unprotected employees or wasted licenses.
- **Offboarding readiness checks** — Before deprovisioning an employee, verify their Druva inSync user status and role to ensure data preservation steps are completed.
- **Cross-platform user search for incident response** — Let security analysts look up a user across Druva inSync and other connected systems in one query to quickly scope the blast radius of a compromised identity.

## FAQs

### What Unified APIs does Truto support for Druva inSync?

Truto maps Druva inSync to the Unified User Directory API, which provides normalized access to Users and Roles. This lets you read user identities and their assigned roles in a standardized schema across multiple integrations.

### Are there pre-built tools available for Druva inSync on Truto?

Druva inSync tools are built on request. Once you express interest, the Truto team scopes and delivers the integration based on the specific Druva API endpoints you need — typically within a short turnaround.

### How does authentication work for Druva inSync through Truto?

Druva inSync's API uses API token-based authentication. Truto handles the credential storage, token management, and auth flow so your end users can connect their Druva inSync accounts securely without your team managing secrets directly.

### What data can I access through the Unified User Directory API for Druva inSync?

You can access user records (email, profile information, user IDs) and role assignments. The data is normalized into Truto's unified schema so it's consistent whether you're reading from Druva inSync, an IdP, or an HRIS.

### Does Truto handle pagination and rate limits for the Druva inSync API?

Yes. Truto abstracts away Druva inSync's API pagination and respects its rate limits automatically, so you can fetch complete user directories without writing retry logic or cursor management code.

### Can I access Druva inSync endpoints beyond Users and Roles, such as devices or legal holds?

The Unified User Directory API covers Users and Roles. For additional Druva inSync capabilities like device management, legal holds, or event data, reach out to Truto to scope custom tools built against those specific API endpoints.
