---
title: Dashlane API Integration on Truto
slug: dashlane
category: Default
canonical: "https://truto.one/integrations/detail/dashlane/"
---

# Dashlane 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 Dashlane 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 Dashlane.** The Proxy API is a 1-to-1 mapping of the Dashlane 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 across password vaults** — IT automation platforms can revoke Dashlane access the moment an employee is terminated, instantly cutting off their access to all shared corporate credentials. Because Dashlane holds keys to other company apps, this single action neutralizes a critical insider threat vector.
- **Reclaim unused Dashlane licenses through SaaS spend optimization** — SaaS management platforms can pull the full Dashlane user directory, cross-reference it against HR systems, and flag ghost accounts or inactive users still consuming expensive per-seat licenses — generating immediate cost savings for customers.
- **Continuously monitor privileged access for compliance audits** — Compliance automation tools can pull Dashlane users and their roles to verify that only authorized personnel hold Admin privileges, automatically flagging unauthorized role escalations and generating audit-ready evidence for SOC 2 or ISO 27001 controls.
- **Ensure 100% password manager enrollment across the workforce** — Security posture management platforms can compare the Dashlane user directory against the authoritative employee roster to identify gaps in password manager adoption, helping customers enforce organization-wide credential hygiene policies.
- **Sync Dashlane user directory into unified identity views** — Identity governance platforms can include Dashlane alongside other SaaS tools in a single normalized user directory, giving IT teams a consolidated view of who has access to what across the entire software stack.

## What you can build

- **Dashlane ghost account detector** — Automatically surface Dashlane users who no longer exist in the company's HR system, enabling one-click license reclamation from a single dashboard.
- **Privileged role escalation alerts** — Monitor Dashlane Admin role assignments in real time and trigger alerts or compliance tickets when unauthorized users are elevated to privileged roles.
- **Cross-platform offboarding orchestration** — Include Dashlane deprovisioning as a step in automated offboarding workflows alongside other SaaS tools, all through a single unified API call.
- **Password manager enrollment coverage report** — Generate a continuously updated report showing which employees are enrolled in Dashlane versus the full headcount, broken down by department or team.
- **Unified user directory with Dashlane membership data** — Normalize Dashlane users and roles into the same schema as other identity providers, giving customers a single pane of glass for access governance.
- **Automated new-hire vault provisioning** — Trigger Dashlane account creation and group assignment the moment a new employee appears in the connected HR system, achieving zero-touch onboarding.

## FAQs

### What Unified APIs does Truto support for Dashlane?

Truto maps Dashlane to the Unified User Directory API, which covers Users and Roles resources. This lets you read user membership, status, and administrative role assignments through a standardized schema.

### How does Dashlane expose its data programmatically?

Dashlane offers a SCIM API for identity provisioning and deprovisioning, and a separate Public API for read-only analytics including member data, team status, and password health metrics. Truto abstracts these surfaces behind a unified interface.

### Are there specific Truto tools available for Dashlane today?

Dashlane tools are built on request. If you need this integration, contact Truto and the team will build and ship the required tools based on your specific use case and the Dashlane API capabilities.

### What authentication method does Dashlane use for API access?

Dashlane's SCIM API uses bearer token authentication, and its Public API uses API key-based auth. Truto handles the auth flow so your end users can connect their Dashlane admin accounts without you managing tokens directly.

### Can I provision and deprovision Dashlane users through Truto?

Dashlane's SCIM API supports user provisioning and deprovisioning. Once Truto builds the Dashlane connector for your use case, these write operations can be mapped through the Unified User Directory API.

### What user data can I expect from the Dashlane integration?

Through the Unified User Directory API, you can expect user identity data (name, email, status), role assignments (Member vs. Admin), and group memberships. Dashlane's Public API also exposes password health and device data, which Truto can surface through custom tools on request.
