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

# Adaptive API Integration on Truto



**Category:** Default  
**Status:** Beta

## Unified APIs

### Unified User Directory API

- **Groups** — Groups are a collection of users in the source application. In some applications, they might also be called Teams.
- **Users** — The User object represents a User.

## How it works

1. **Link your customer's Adaptive 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 Adaptive.** The Proxy API is a 1-to-1 mapping of the Adaptive 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 user provisioning and deprovisioning in Adaptive** — SaaS companies building onboarding or identity management tools can automatically create and deactivate Adaptive accounts when employees join or leave, eliminating manual IT work and closing security gaps from orphaned accounts.
- **Sync organizational hierarchy for access governance** — GRC and compliance platforms can continuously read Adaptive's user and group structures to automate access certification reviews, replacing manual CSV exports with real-time, auditor-ready reports.
- **Detect and reclaim unused Adaptive licenses** — SaaS management and FinOps platforms can pull active user lists from Adaptive, cross-reference them against HR and activity data, and flag ghost accounts — helping customers cut wasted license spend.
- **Power department-level reporting and org charts** — Workforce analytics and planning tools can ingest Adaptive's groups and user memberships to build accurate org charts, headcount dashboards, and department-scoped views without requiring customers to upload spreadsheets.
- **Keep user roles and group assignments in sync across systems** — When employees change departments or get promoted, platforms can update their Adaptive group membership and role in real time, ensuring permissions and budget views always reflect the current org structure.

## What you can build

- **One-click Adaptive directory import** — Let your customers connect their Adaptive account and instantly pull in all users and groups to populate your app's workspace with accurate organizational data.
- **Automated day-one account provisioning** — Create new Adaptive user accounts with correct group assignments the moment a hire is confirmed in your onboarding or HR platform.
- **Ghost account detection and cleanup** — Continuously compare Adaptive's active user roster against HR records to surface orphaned accounts and trigger deprovisioning workflows.
- **Real-time access certification dashboard** — Display which users belong to which Adaptive groups and their current status, enabling compliance teams to approve or revoke access without leaving your product.
- **Bidirectional group membership sync** — Automatically move users between Adaptive groups when their department or role changes in the source HRIS, keeping permissions aligned across systems.
- **Scheduled directory reconciliation engine** — Run periodic sync jobs that compare your app's user records with Adaptive's directory, flagging mismatches and anomalies for IT review.

## FAQs

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

Truto supports the Unified User Directory API for Adaptive, which exposes Users and Groups as standardized resources. This lets you read, create, and update user accounts and group memberships through a single, consistent interface.

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

No pre-built tools are available yet. Adaptive tools are built on request — contact Truto to scope the specific endpoints and operations you need, and the team will build them for your use case.

### How does Truto handle authentication for Adaptive?

Truto manages the full auth lifecycle for your end users, including token storage and refresh. The exact auth method depends on what Adaptive's API supports (typically OAuth 2.0 or API keys), and Truto abstracts this so you don't need to manage credentials yourself.

### What user and group data can I access through the integration?

Through the Unified User Directory API, you can access core user fields like ID, email, name, status, role, and manager, as well as group fields like group ID, name, description, and member lists. Exact field availability depends on what Adaptive's API exposes.

### Does Truto handle pagination and rate limiting for Adaptive's API?

Yes. Truto abstracts away pagination and rate-limit handling for all integrations, so you can request full datasets without writing retry logic or cursor management code.

### Can I write data back to Adaptive, or is it read-only?

The Unified User Directory API supports both read and write operations — including creating users, updating user properties, and managing group assignments. Write support for Adaptive will depend on the capabilities of its underlying API, which Truto maps during the build-on-request process.
