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

# Concord 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.
- **Me** — 
- **Organizations** — Organizations are the top level entity in the source application. Users are associated with an organization.
- **Users** — The User object represents a User.

## How it works

1. **Link your customer's Concord 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 Concord.** The Proxy API is a 1-to-1 mapping of the Concord 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 Concord user provisioning from your HRIS product** — HR and identity management platforms can use Truto's Unified User Directory API to automatically provision and deprovision Concord users as employees join, move, or leave — eliminating manual admin work since Concord lacks native SCIM support.
- **Sync organizational structure into Concord workspaces** — Workforce management or IT admin tools can map departments and teams to Concord groups and organizations, ensuring the right people have access to the right contract workspaces without manual configuration.
- **Enforce role-based access as part of employee lifecycle workflows** — Security and compliance SaaS products can ensure that when an employee's role changes in the source system, their Concord permissions (Admin, Standard User, Guest) are updated automatically, reducing the risk of unauthorized contract access.
- **Centralize user directory visibility across CLM and other tools** — IT operations and SaaS management platforms can pull Concord user and group data alongside dozens of other apps through Truto's unified model, giving admins a single pane of glass for user audits and license management.

## What you can build

- **Automated Concord user onboarding** — When a new hire is confirmed in your platform, automatically create their Concord user account with the correct role and workspace assignment via the Unified User Directory API.
- **Real-time offboarding and access revocation** — Trigger immediate deactivation of a departing employee's Concord account as part of your product's offboarding workflow, closing a common security gap.
- **Group and workspace membership sync** — Keep Concord groups aligned with your system's team or department structure so contract workspace access always reflects the current org chart.
- **Cross-app user audit dashboard** — Surface Concord user and organization data alongside other connected apps, letting your customers run license audits and access reviews from a single view.
- **Role drift detection alerts** — Compare Concord user roles against your platform's source-of-truth directory and flag mismatches, helping customers maintain least-privilege access to contracts.

## FAQs

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

Truto supports the Unified User Directory API for Concord, covering Users, Groups, Organizations, and Me resources. This lets you read and manage Concord's user and organizational data through a standardized schema.

### Are there pre-built Truto tools for Concord?

No pre-built tools are available yet. Truto builds Concord tools on request — reach out to the Truto team and they can add the specific operations you need.

### Does Concord support SCIM or native user provisioning?

No. Concord does not natively support SCIM provisioning, which makes an integration through Truto's Unified User Directory API especially valuable for automating user lifecycle management.

### What authentication method does Concord's API use?

Concord uses API key-based authentication. Truto handles credential storage and auth management so your end users can connect their Concord accounts securely without you building auth flows from scratch.

### Can I use Truto to manage contract-level operations in Concord?

The current Unified API coverage focuses on user directory resources (Users, Groups, Organizations). Contract lifecycle operations like template generation, agreement status tracking, and webhook handling are not part of the Unified User Directory API but could be supported via custom tools built on request.

### How does Truto handle pagination and rate limits for Concord?

Truto abstracts away Concord's API pagination and rate-limiting quirks. You call Truto's unified endpoints and the platform handles retries, cursor management, and throttling transparently.
