---
title: Unified User Directory API — Truto Unified API
slug: user-directory
canonical: "https://truto.one/unified-apis/user-directory/"
---

# Identity & Access Unified API

Integrate Identity & Access data across 355 providers with one API. 11 normalized resources, real-time pass-through, fully customizable.

**Base URL:** `https://api.truto.one/unified/user-directory`  
**Resources:** 11  
**Integrations:** 355

## Resources

### Activities

Activities are the actions performed by users in the source application. (10 fields)

- `id` (string) — Unique identifier for the activity.
- `actor` (object) — Actor who performed the activity.
- `organization` (string) — Unique identifier for the organization the activity belongs to.
- `group` (string) — Unique identifier for the group the activity belongs to.
- `description` (string) — Description for the activity.
- `action` (string) — Action performed by the user. If no clear mapping is available, then the raw value is returned.
- `entity` (string) — Unique identifier for the entity on which the action was performed.
- `entity_type` (string) — Type of the entity on which the action was performed.
- `context` (object) — Context of the activity.
- `created_at` (string) — Date and time when the activity was created.

### Billing

Billing object represents a Bill (10 fields)

- `id` (string) — Unique identifier for the bill.
- `description` (string) — Description for the bill.
- `billing_frequency` (string) — Billing frequency for the license
- `currency` (string) — Currency for the bill.
- `total_amount` (string) — Total amount for the bill.
- `tax_amount` (string) — Tax amount for the bill.
- `start_date` (string) — Start date for the billing period.
- `end_date` (string) — End date for the billing period
- `created_at` (string) — Date and time when the bill was created.
- `updated_at` (string) — Date and time when the bill was updated.

### Groups

Groups are a collection of users in the source application. In some applications, they might also be called Teams. (7 fields)

- `id` (string) — Unique identifier for the group.
- `name` (string) — Name of the group.
- `description` (string) — Description of the group.
- `organization` (string) — Unique identifier for the organization the group belongs to.
- `group_type` (string) — Type of the group.
- `created_at` (string) — Date and time when the group was created.
- `updated_at` (string) — Date and time when the group was last updated.

### Licenses

Licenses represent concepts like user seats in apps that support them (13 fields)

- `id` (string) — Unique identifier for the license.
- `name` (string) — Name of the license.
- `description` (string) — Description for the license.
- `available_quantity` (number) — Total number of licenses that can be assigned to users.
- `assigned_quantity` (number) — Number of licenses that have been assigned to users.
- `unit_amount` (number) — Unit amount for the license.
- `roles` (array) — Valid Roles for the license.
- `is_paid` (boolean) — Whether the license is paid or not.
- `currency` (string) — Currency for the license.
- `status` (string) — Status for the license
- `products` (array) — The products that are part of the license.
- `created_at` (string) — Date and time when the license was created.
- `updated_at` (string) — Date and time when the license was last updated.

### Me

 (29 fields)

- `id` (string) — The unique identifier for a user
- `external_id` (string) — The external identifier for a user. This is set when the SCIM API is being used.
- `identifiers` (object) — The identifiers of the user.
- `first_name` (string) — The first name of the user
- `last_name` (string) — The last name of the user
- `title` (string) — The title of the user
- `name` (string) — The name of the user
- `username` (string) — The username of the user
- `emails` (array) — The emails of the user
- `phones` (array) — The phones of the user
- `status` (string) — The status of the user. If no clear mapping is available, then the raw value is returned.
- `is_email_verified` (boolean) — Whether the user's email has been verified
- `is_2fa_enabled` (boolean) — Whether the user has 2FA enabled
- `roles` (array) — The roles of the user
- `organizations` (array) — The organizations of the user
- `user_type` (string) — The type of user
- `licenses` (array) — The licenses of the user or the products the user has access to
- `groups` (array) — The groups of the user
- `avatar` (string) — The avatar of the user
- `timezone` (string) — The timezone of the user
- `languages` (array) — The languages preferred by the user
- `bio` (string) — The bio of the user
- `created_at` (string) — The date and time the user was created
- `updated_at` (string) — The date and time the user was last updated
- `last_active_at` (string) — The date and time the user was last active
- `last_login_at` (string) — The date and time the user was last logged in
- `status_changed_at` (string) — The date and time the user's status was last changed
- `activated_at` (string) — The date and time the user was activated
- `urls` (array) — The URLs of the user

### Organizations

Organizations are the top level entity in the source application. Users are associated with an organization. (6 fields)

- `id` (string) — Unique identifier for the organization.
- `name` (string) — Name of the organization.
- `pricing_plan` (string) — Pricing plan associated with the organization.
- `licenses` (array) — Licenses associated with the organization.
- `created_at` (string) — Date and time when the organization was created.
- `updated_at` (string) — Date and time when the organization was last updated.

### Role Assignments

 (8 fields)

- `id` (string) — The unique identifier for a role assignment
- `user_id` (string) — The unique identifier for a user who the role is assigned to
- `group_id` (string) — The unique identifier for a group the role is assigned to
- `group_type` (string) — The type of the group the role is assigned to
- `role_id` (string) — The unique identifier for a role
- `workspace` (array) — The unique identifier for a workspace the assignment is applicable in
- `created_at` (string) — The date and time of the role assignment was created
- `updated_at` (string) — The date and time of the role assignment was updated

### Roles

The Role object represents a role of a User. (8 fields)

- `id` (string) — The unique identifier for a role
- `name` (string) — The name of the role
- `label` (string) — The display label of the role
- `description` (string) — The description of the role
- `type` (string) — The type of the role
- `applicable_in` (string) — The context in which the role is applicable
- `created_at` (string) — The date and time the role was created
- `updated_at` (string) — The date and time the role was last updated

### Users

The User object represents a User. (30 fields)

- `id` (string) — The unique identifier for a user
- `external_id` (string) — The external identifier for a user. This is set when the SCIM API is being used.
- `identifiers` (object) — The identifiers of the user.
- `first_name` (string) — The first name of the user
- `last_name` (string) — The last name of the user
- `title` (string) — The title of the user
- `name` (string) — The name of the user
- `username` (string) — The username of the user
- `emails` (array) — The emails of the user
- `phones` (array) — The phones of the user
- `status` (string) — The status of the user. If no clear mapping is available, then the raw value is returned.
- `is_email_verified` (boolean) — Whether the user's email has been verified
- `is_2fa_enabled` (boolean) — Whether the user has 2FA enabled
- `roles` (array) — The roles of the user
- `organizations` (array) — The organizations of the user
- `user_type` (string) — The type of user
- `licenses` (array) — The licenses of the user or the products the user has access to
- `groups` (array) — The groups of the user
- `workspaces` (array) — The workspaces of the user
- `avatar` (string) — The avatar of the user
- `timezone` (string) — The timezone of the user
- `languages` (array) — The languages preferred by the user
- `bio` (string) — The bio of the user. Usually a short description set by the user about them.
- `created_at` (string) — The date and time the user was created
- `updated_at` (string) — The date and time the user was last updated
- `last_active_at` (string) — The date and time the user was last active
- `last_login_at` (string) — The date and time the user was last logged in
- `status_changed_at` (string) — The date and time the user's status was last changed
- `activated_at` (string) — The date and time the user was activated
- `urls` (array) — The URLs of the user

### Utilization

Utilization object represents utilization reports. (4 fields)

- `name` (string) — Name of the utilization report
- `metadata` (object) — Metadata of the utilization report
- `columns` (array) — Columns of the utilization report
- `rows` (array) — Rows of the utilization report

### Workspaces

Workspaces represent concepts like teams, workspaces, projects in apps that support them (7 fields)

- `id` (string) — Unique identifier for the workspace.
- `name` (string) — Name of the workspace.
- `description` (string) — Description for the workspace.
- `status` (string) — Status for the workspace
- `created_at` (string) — Date and time when the workspace was created.
- `updated_at` (string) — Date and time when the workspace was last updated.
- `organization` (object) — organization associated with the workspace

## Supported integrations

- [15Five](https://truto.one/integrations/detail/15five/)
- [Accelo](https://truto.one/integrations/detail/accelo/)
- [ActiveCampaign](https://truto.one/integrations/detail/activecampaign/)
- [Adaptive](https://truto.one/integrations/detail/adaptive/)
- [Adobe](https://truto.one/integrations/detail/adobe/)
- [Adobe Acrobat Sign](https://truto.one/integrations/detail/adobesign/)
- [Adobe Marketo Engage](https://truto.one/integrations/detail/adobemarketoengage/)
- [Adyen](https://truto.one/integrations/detail/adyen/)
- [Affinity](https://truto.one/integrations/detail/affinity/)
- [Aha](https://truto.one/integrations/detail/aha/)
- [Aircall](https://truto.one/integrations/detail/aircall/)
- [Airtable](https://truto.one/integrations/detail/airtable/)
- [Airtable SCIM](https://truto.one/integrations/detail/airtablescim/)
- [Amplitude SCIM](https://truto.one/integrations/detail/amplitudescim/)
- [Anthropic](https://truto.one/integrations/detail/anthropic/)
- [Apache Airflow](https://truto.one/integrations/detail/apacheairflow/)
- [Apify](https://truto.one/integrations/detail/apify/)
- [Apollo](https://truto.one/integrations/detail/apollo/)
- [Apono](https://truto.one/integrations/detail/apono/)
- [Asana](https://truto.one/integrations/detail/asana/)
- [Asset Panda](https://truto.one/integrations/detail/assetpanda/)
- [Atlassian](https://truto.one/integrations/detail/atlassian/)
- [Attio](https://truto.one/integrations/detail/attio/)
- [Auth0](https://truto.one/integrations/detail/auth0/)
- [Avalara AvaTax](https://truto.one/integrations/detail/avalara/)
- [Avigilon Alta](https://truto.one/integrations/detail/avigilonalta/)
- [Avoma](https://truto.one/integrations/detail/avoma/)
- [Azure Active Directory](https://truto.one/integrations/detail/azureactivedirectory/)
- [BambooHR](https://truto.one/integrations/detail/bamboohr/)
- [Baremetrics](https://truto.one/integrations/detail/baremetrics/)
- [Basecamp](https://truto.one/integrations/detail/basecamp/)
- [BigPanda](https://truto.one/integrations/detail/bigpanda/)
- [Bitbucket](https://truto.one/integrations/detail/bitbucket/)
- [Bitwarden](https://truto.one/integrations/detail/bitwarden/)
- [BlackLine](https://truto.one/integrations/detail/blackline/)
- [Boomi](https://truto.one/integrations/detail/boomi/)
- [Box](https://truto.one/integrations/detail/box/)
- [Braze](https://truto.one/integrations/detail/braze/)
- [Brex](https://truto.one/integrations/detail/brex/)
- [Britive](https://truto.one/integrations/detail/britive/)
- [BrowserStack](https://truto.one/integrations/detail/browserstack/)
- [Buildkite](https://truto.one/integrations/detail/buildkite/)
- [Calendly](https://truto.one/integrations/detail/calendly/)
- [Canva](https://truto.one/integrations/detail/canva/)
- [Capsule](https://truto.one/integrations/detail/capsule/)
- [Cato Networks](https://truto.one/integrations/detail/catonetworks/)
- [Checkr](https://truto.one/integrations/detail/checkr/)
- [Chronosphere](https://truto.one/integrations/detail/chronosphere/)
- [CircleCI](https://truto.one/integrations/detail/circleci/)
- [Cisco Meraki](https://truto.one/integrations/detail/ciscomeraki/)
- [ClickUp](https://truto.one/integrations/detail/clickup/)
- [Close](https://truto.one/integrations/detail/close/)
- [Cloudflare](https://truto.one/integrations/detail/cloudflare/)
- [CockroachDB Cloud](https://truto.one/integrations/detail/cockroachdbcloud/)
- [Coda](https://truto.one/integrations/detail/coda/)
- [Concord](https://truto.one/integrations/detail/concord/)
- [Confluence](https://truto.one/integrations/detail/confluence/)
- [Confluence On Prem ](https://truto.one/integrations/detail/confluenceonprem/)
- [Confluent](https://truto.one/integrations/detail/confluent/)
- [Constant Contact](https://truto.one/integrations/detail/constantcontact/)
- [Contentful Content Management](https://truto.one/integrations/detail/contentfulcontent/)
- [Copper](https://truto.one/integrations/detail/copper/)
- [Coupa](https://truto.one/integrations/detail/coupa/)
- [CrowdStrike](https://truto.one/integrations/detail/crowdstrike/)
- [CyberArk](https://truto.one/integrations/detail/cyberark/)
- [CyberArk Identity Management](https://truto.one/integrations/detail/cyberarkim/)
- [Dashlane](https://truto.one/integrations/detail/dashlane/)
- [Databricks](https://truto.one/integrations/detail/databricks/)
- [Datadog](https://truto.one/integrations/detail/datadog/)
- [dbt Labs](https://truto.one/integrations/detail/dbtlabs/)
- [DevRev](https://truto.one/integrations/detail/devrev/)
- [Dialpad](https://truto.one/integrations/detail/dialpad/)
- [Discord](https://truto.one/integrations/detail/discord/)
- [Dixa](https://truto.one/integrations/detail/dixa/)
- [Docker Hub SCIM](https://truto.one/integrations/detail/dockerscim/)
- [DocuSign](https://truto.one/integrations/detail/docusign/)
- [Domo](https://truto.one/integrations/detail/domo/)
- [Doppler](https://truto.one/integrations/detail/doppler/)
- [Drata](https://truto.one/integrations/detail/drata/)
- [Drift](https://truto.one/integrations/detail/drift/)
- [Drive Wealth](https://truto.one/integrations/detail/drivewealth/)
- [Dropbox - Business](https://truto.one/integrations/detail/dropbox/)
- [Dropbox - Personal](https://truto.one/integrations/detail/dropboxpersonal/)
- [Dropbox Sign (HelloSign)](https://truto.one/integrations/detail/hellosign/)
- [Druva inSync](https://truto.one/integrations/detail/druvainsync/)
- [Duo](https://truto.one/integrations/detail/duo/)
- [Dynatrace](https://truto.one/integrations/detail/dynatrace/)
- [Egnyte](https://truto.one/integrations/detail/egnyte/)
- [Elastic Cloud](https://truto.one/integrations/detail/elasticcloud/)
- [Emburse](https://truto.one/integrations/detail/emburse/)
- [Enchant](https://truto.one/integrations/detail/enchant/)
- [Envoy](https://truto.one/integrations/detail/envoy/)
- [Eventbrite](https://truto.one/integrations/detail/eventbrite/)
- [Figma](https://truto.one/integrations/detail/figma/)
- [Figma SCIM](https://truto.one/integrations/detail/figmascim/)
- [Files.com](https://truto.one/integrations/detail/filescom/)
- [Fireberry](https://truto.one/integrations/detail/fireberry/)
- [Fireflies.ai](https://truto.one/integrations/detail/firefliesai/)
- [Fivetran](https://truto.one/integrations/detail/fivetran/)
- [FloQast](https://truto.one/integrations/detail/floqast/)
- [Fountain](https://truto.one/integrations/detail/fountain/)
- [FowCRM](https://truto.one/integrations/detail/fowcrm/)
- [FreeAgent](https://truto.one/integrations/detail/freeagent/)
- [Freshcaller](https://truto.one/integrations/detail/freshcaller/)
- [Freshchat](https://truto.one/integrations/detail/freshchat/)
- [Freshdesk](https://truto.one/integrations/detail/freshdesk/)
- [Freshsales](https://truto.one/integrations/detail/freshsales/)
- [Freshservice](https://truto.one/integrations/detail/freshservice/)
- [Front](https://truto.one/integrations/detail/front/)
- [FuseDesk](https://truto.one/integrations/detail/fusedesk/)
- [GitHub](https://truto.one/integrations/detail/github/)
- [GitLab](https://truto.one/integrations/detail/gitlab/)
- [Gladly](https://truto.one/integrations/detail/gladly/)
- [Gmail](https://truto.one/integrations/detail/gmail/)
- [Gong](https://truto.one/integrations/detail/gong/)
- [Google](https://truto.one/integrations/detail/google/)
- [Google Ads](https://truto.one/integrations/detail/googleads/)
- [Google Analytics](https://truto.one/integrations/detail/googleanalytics/)
- [Google Calendar](https://truto.one/integrations/detail/googlecalendar/)
- [Google Cloud](https://truto.one/integrations/detail/googlecloud/)
- [Google CloudSQL](https://truto.one/integrations/detail/gcpcloudsql/)
- [Google Drive](https://truto.one/integrations/detail/googledrive/)
- [Google Workspace](https://truto.one/integrations/detail/googleworkspace/)
- [Gorgias](https://truto.one/integrations/detail/gorgias/)
- [Grafana](https://truto.one/integrations/detail/grafana/)
- [Greenhouse](https://truto.one/integrations/detail/greenhouse/)
- [HaloITSM](https://truto.one/integrations/detail/haloitsm/)
- [HappyFox](https://truto.one/integrations/detail/happyfox/)
- [Harness](https://truto.one/integrations/detail/harness/)
- [Harvest](https://truto.one/integrations/detail/harvest/)
- [Hashicorp Terraform Cloud](https://truto.one/integrations/detail/hashicorpterraformcloud/)
- [Height](https://truto.one/integrations/detail/height/)
- [HelloID](https://truto.one/integrations/detail/helloid/)
- [Help Scout](https://truto.one/integrations/detail/helpscout/)
- [Heroku](https://truto.one/integrations/detail/heroku/)
- [HiBob](https://truto.one/integrations/detail/hibob/)
- [Highlevel](https://truto.one/integrations/detail/highlevel/)
- [Hive](https://truto.one/integrations/detail/hive/)
- [Hootsuite](https://truto.one/integrations/detail/hootsuite/)
- [HubSpot](https://truto.one/integrations/detail/hubspot/)
- [Humaans](https://truto.one/integrations/detail/humaans/)
- [Illow](https://truto.one/integrations/detail/illow/)
- [Insightly](https://truto.one/integrations/detail/insightly/)
- [Intercom](https://truto.one/integrations/detail/intercom/)
- [Ironclad](https://truto.one/integrations/detail/ironclad/)
- [Jamf](https://truto.one/integrations/detail/jamf/)
- [Jenkins](https://truto.one/integrations/detail/jenkins/)
- [Jetbrains](https://truto.one/integrations/detail/jetbrains/)
- [JFrog](https://truto.one/integrations/detail/jfrog/)
- [Jira](https://truto.one/integrations/detail/jira/)
- [Jira Service Management](https://truto.one/integrations/detail/jiraservicemanagement/)
- [Jostle SCIM](https://truto.one/integrations/detail/jostlescim/)
- [JumpCloud](https://truto.one/integrations/detail/jumpcloud/)
- [Juniper Mist](https://truto.one/integrations/detail/junipermist/)
- [JustCall](https://truto.one/integrations/detail/justcall/)
- [Kandji](https://truto.one/integrations/detail/kandji/)
- [Keap](https://truto.one/integrations/detail/keap/)
- [Keeper ](https://truto.one/integrations/detail/keeper/)
- [KnowBe4](https://truto.one/integrations/detail/knowbe4/)
- [KnowBe4 SCIM](https://truto.one/integrations/detail/knowbe4scim/)
- [Kommo](https://truto.one/integrations/detail/kommo/)
- [Kustomer](https://truto.one/integrations/detail/kustomer/)
- [LastPass](https://truto.one/integrations/detail/lastpass/)
- [Lattice](https://truto.one/integrations/detail/lattice/)
- [LaunchDarkly](https://truto.one/integrations/detail/launchdarkly/)
- [Leadsquared](https://truto.one/integrations/detail/leadsquared/)
- [LearnWorlds](https://truto.one/integrations/detail/learnworlds/)
- [Lemlist](https://truto.one/integrations/detail/lemlist/)
- [Lever](https://truto.one/integrations/detail/lever/)
- [Linear](https://truto.one/integrations/detail/linear/)
- [LiveAgent](https://truto.one/integrations/detail/liveagent/)
- [LoanPro](https://truto.one/integrations/detail/loanpro/)
- [Looker](https://truto.one/integrations/detail/looker/)
- [Loxo](https://truto.one/integrations/detail/loxo/)
- [Lucid](https://truto.one/integrations/detail/lucid/)
- [Mailersend](https://truto.one/integrations/detail/mailersend/)
- [Mailgun](https://truto.one/integrations/detail/mailgun/)
- [Make](https://truto.one/integrations/detail/make/)
- [ManageEngine ServiceDesk Plus](https://truto.one/integrations/detail/manageenginesdplus/)
- [Manatal](https://truto.one/integrations/detail/manatal/)
- [Meta Marketing API](https://truto.one/integrations/detail/metamarketing/)
- [Metabase](https://truto.one/integrations/detail/metabase/)
- [Microsoft 365](https://truto.one/integrations/detail/microsoft/)
- [Microsoft Dynamics 365 Finance and Operations](https://truto.one/integrations/detail/msfinance/)
- [Microsoft Dynamics 365 Sales](https://truto.one/integrations/detail/dynamics365/)
- [Microsoft Teams](https://truto.one/integrations/detail/msteams/)
- [miniOrange](https://truto.one/integrations/detail/miniorange/)
- [Miro](https://truto.one/integrations/detail/miro/)
- [Miro SCIM](https://truto.one/integrations/detail/miroscim/)
- [Missive](https://truto.one/integrations/detail/missive/)
- [Mixpanel SCIM](https://truto.one/integrations/detail/mixpanelscim/)
- [Mode](https://truto.one/integrations/detail/mode/)
- [Monday.com](https://truto.one/integrations/detail/mondaycom/)
- [Monday.com SCIM](https://truto.one/integrations/detail/mondaycomscim/)
- [Moneybird](https://truto.one/integrations/detail/moneybird/)
- [MongoDB Atlas Admin](https://truto.one/integrations/detail/mongoatlasadmin/)
- [mParticle](https://truto.one/integrations/detail/mparticle/)
- [Mural](https://truto.one/integrations/detail/mural/)
- [Netlify](https://truto.one/integrations/detail/netlify/)
- [Netskope SCIM](https://truto.one/integrations/detail/netskope/)
- [New Relic](https://truto.one/integrations/detail/newrelic/)
- [Ninjaone](https://truto.one/integrations/detail/ninjaone/)
- [Notion](https://truto.one/integrations/detail/notion/)
- [Notion SCIM](https://truto.one/integrations/detail/notionscim/)
- [Nutshell](https://truto.one/integrations/detail/nutshell/)
- [Okta](https://truto.one/integrations/detail/okta/)
- [OneDrive](https://truto.one/integrations/detail/onedrive/)
- [OneLogin](https://truto.one/integrations/detail/onelogin/)
- [OnePageCRM](https://truto.one/integrations/detail/onepagecrm/)
- [OpenAI](https://truto.one/integrations/detail/openai/)
- [OpenVPN CloudConnexa](https://truto.one/integrations/detail/openvpn/)
- [Opsgenie](https://truto.one/integrations/detail/opsgenie/)
- [Oracle Fusion Cloud](https://truto.one/integrations/detail/oraclefusioncloud/)
- [Oracle Fusion Cloud EPM](https://truto.one/integrations/detail/oraclefusioncloudepm/)
- [Oracle Fusion Cloud Financials](https://truto.one/integrations/detail/oraclefusioncloudfinancials/)
- [Oracle Netsuite](https://truto.one/integrations/detail/netsuite/)
- [Orca Security](https://truto.one/integrations/detail/orcasecurity/)
- [Outlook Calendar](https://truto.one/integrations/detail/outlookcalendar/)
- [Outlook Mail](https://truto.one/integrations/detail/outlook/)
- [Outreach](https://truto.one/integrations/detail/outreach/)
- [PagerDuty](https://truto.one/integrations/detail/pagerduty/)
- [PandaDoc](https://truto.one/integrations/detail/pandadoc/)
- [Paralus](https://truto.one/integrations/detail/paralus/)
- [Peakon SCIM](https://truto.one/integrations/detail/peakonscim/)
- [Pendo SCIM](https://truto.one/integrations/detail/pendoscim/)
- [PingOne](https://truto.one/integrations/detail/pingone/)
- [Pinpoint](https://truto.one/integrations/detail/pinpoint/)
- [Pipedrive](https://truto.one/integrations/detail/pipedrive/)
- [Pipeline CRM](https://truto.one/integrations/detail/pipelinecrm/)
- [Pipeliner](https://truto.one/integrations/detail/pipeliner/)
- [Pivotal Tracker](https://truto.one/integrations/detail/pivotaltracker/)
- [Plaid](https://truto.one/integrations/detail/plaid/)
- [Platform.sh](https://truto.one/integrations/detail/platformsh/)
- [Podio](https://truto.one/integrations/detail/podio/)
- [Podium](https://truto.one/integrations/detail/podium/)
- [PostHog](https://truto.one/integrations/detail/posthog/)
- [Postman SCIM](https://truto.one/integrations/detail/postmanscim/)
- [Power BI](https://truto.one/integrations/detail/powerbi/)
- [ProdPad](https://truto.one/integrations/detail/prodpad/)
- [Puzzel Case Management](https://truto.one/integrations/detail/puzzelcasemanagement/)
- [Pylon](https://truto.one/integrations/detail/pylon/)
- [Qdrant Cloud](https://truto.one/integrations/detail/qdrantcloud/)
- [Qlik Sense](https://truto.one/integrations/detail/qliksense/)
- [Qualtrics CoreXM](https://truto.one/integrations/detail/qualtricscorexm/)
- [Quickbase for Project Management](https://truto.one/integrations/detail/quickbaseprojectmanagement/)
- [Re:amaze](https://truto.one/integrations/detail/reamaze/)
- [Redis](https://truto.one/integrations/detail/redis/)
- [Render](https://truto.one/integrations/detail/render/)
- [Retool](https://truto.one/integrations/detail/retool/)
- [Richpanel](https://truto.one/integrations/detail/richpanel/)
- [Rippling](https://truto.one/integrations/detail/rippling/)
- [Rithum](https://truto.one/integrations/detail/rithum/)
- [Robin](https://truto.one/integrations/detail/robin/)
- [Rockset](https://truto.one/integrations/detail/rockset/)
- [Rollbar](https://truto.one/integrations/detail/rollbar/)
- [Rootly](https://truto.one/integrations/detail/rootly/)
- [Sage Intacct](https://truto.one/integrations/detail/sageintacct/)
- [SailPoint Identity Security Cloud](https://truto.one/integrations/detail/sailpointidentitysecuritycloud/)
- [SailPoint IdentityIQ SCIM](https://truto.one/integrations/detail/sailpointidentityiqscim/)
- [SailPoint NERM](https://truto.one/integrations/detail/sailpointnerm/)
- [Salesflare](https://truto.one/integrations/detail/salesflare/)
- [Salesforce](https://truto.one/integrations/detail/salesforce/)
- [Salesloft](https://truto.one/integrations/detail/salesloft/)
- [SAP Concur](https://truto.one/integrations/detail/sapconcur/)
- [Scale AI](https://truto.one/integrations/detail/scaleai/)
- [Segment](https://truto.one/integrations/detail/segment/)
- [Seismic](https://truto.one/integrations/detail/seismic/)
- [SendGrid](https://truto.one/integrations/detail/sendgrid/)
- [Sendoso](https://truto.one/integrations/detail/sendoso/)
- [Sentry](https://truto.one/integrations/detail/sentry/)
- [ServiceNow](https://truto.one/integrations/detail/servicenow/)
- [ServiceNow SCIM](https://truto.one/integrations/detail/servicenowscim/)
- [SharePoint](https://truto.one/integrations/detail/sharepoint/)
- [Shopify](https://truto.one/integrations/detail/shopify/)
- [Shortcut](https://truto.one/integrations/detail/shortcut/)
- [Showpad](https://truto.one/integrations/detail/showpad/)
- [Sigma Computing](https://truto.one/integrations/detail/sigmacomputing/)
- [Sisense](https://truto.one/integrations/detail/sisense/)
- [Slab](https://truto.one/integrations/detail/slab/)
- [Slack](https://truto.one/integrations/detail/slack/)
- [Slack Enterprise](https://truto.one/integrations/detail/slackenterprise/)
- [SmartRecruiters](https://truto.one/integrations/detail/smartrecruiters/)
- [Smartsheet](https://truto.one/integrations/detail/smartsheet/)
- [Snowflake](https://truto.one/integrations/detail/snowflake/)
- [Snyk](https://truto.one/integrations/detail/snyk/)
- [SolarWinds Service Desk](https://truto.one/integrations/detail/solarwindsservicedesk/)
- [SonarQube Cloud](https://truto.one/integrations/detail/sonarqubecloud/)
- [SonarQube Server](https://truto.one/integrations/detail/sonarqubeserver/)
- [Sophos](https://truto.one/integrations/detail/sophos/)
- [SpotDraft](https://truto.one/integrations/detail/spotdraft/)
- [Statsig](https://truto.one/integrations/detail/statsig/)
- [Streak](https://truto.one/integrations/detail/streak/)
- [Sumo Logic](https://truto.one/integrations/detail/sumologic/)
- [Supabase](https://truto.one/integrations/detail/supabase/)
- [Superchat](https://truto.one/integrations/detail/superchat/)
- [Survey Monkey](https://truto.one/integrations/detail/surveymonkey/)
- [SurveySparrow](https://truto.one/integrations/detail/surveysparrow/)
- [Tableau](https://truto.one/integrations/detail/tableau/)
- [Tailscale](https://truto.one/integrations/detail/tailscale/)
- [TalentLMS](https://truto.one/integrations/detail/talentlms/)
- [TalentLyft](https://truto.one/integrations/detail/talentlyft/)
- [Talkdesk](https://truto.one/integrations/detail/talkdesk/)
- [Teamleader](https://truto.one/integrations/detail/teamleader/)
- [TeamViewer](https://truto.one/integrations/detail/teamviewer/)
- [Teamwork CRM](https://truto.one/integrations/detail/teamworkcrm/)
- [Teamwork Desk](https://truto.one/integrations/detail/teamworkdesk/)
- [Teamwork Project Management](https://truto.one/integrations/detail/teamworkproject/)
- [Teamwork Spaces](https://truto.one/integrations/detail/teamworkspaces/)
- [Tenable](https://truto.one/integrations/detail/tenable/)
- [ThoughtSpot](https://truto.one/integrations/detail/thoughtspot/)
- [Torii](https://truto.one/integrations/detail/torii/)
- [Travis CI](https://truto.one/integrations/detail/travisci/)
- [Trello](https://truto.one/integrations/detail/trello/)
- [Trengo](https://truto.one/integrations/detail/trengo/)
- [Turso](https://truto.one/integrations/detail/turso/)
- [Twingate](https://truto.one/integrations/detail/twingate/)
- [Typeform](https://truto.one/integrations/detail/typeform/)
- [UiPath](https://truto.one/integrations/detail/uipath/)
- [UserVoice](https://truto.one/integrations/detail/uservoice/)
- [Vanta](https://truto.one/integrations/detail/vanta/)
- [Veeva Vault](https://truto.one/integrations/detail/veevavault/)
- [Vercel](https://truto.one/integrations/detail/vercel/)
- [Vidyard](https://truto.one/integrations/detail/vidyard/)
- [Wealthbox](https://truto.one/integrations/detail/wealthbox/)
- [Webex](https://truto.one/integrations/detail/webex/)
- [Webflow](https://truto.one/integrations/detail/webflow/)
- [Wingman](https://truto.one/integrations/detail/wingman/)
- [WordPress](https://truto.one/integrations/detail/wordpress/)
- [Workato](https://truto.one/integrations/detail/workato/)
- [Workiva](https://truto.one/integrations/detail/workiva/)
- [Wrike](https://truto.one/integrations/detail/wrike/)
- [Xero](https://truto.one/integrations/detail/xero/)
- [YouTrack](https://truto.one/integrations/detail/youtrack/)
- [Youtrack Hub](https://truto.one/integrations/detail/youtrackhub/)
- [Zapier SCIM](https://truto.one/integrations/detail/zapierscim/)
- [Zendesk](https://truto.one/integrations/detail/zendesk/)
- [Zendesk Sell](https://truto.one/integrations/detail/zendesksell/)
- [Zeplin](https://truto.one/integrations/detail/zeplin/)
- [Zesty.io](https://truto.one/integrations/detail/zesty/)
- [Zoho Analytics](https://truto.one/integrations/detail/zohoanalytics/)
- [Zoho Bigin](https://truto.one/integrations/detail/zohobigin/)
- [Zoho Books](https://truto.one/integrations/detail/zohobooks/)
- [Zoho BugTracker](https://truto.one/integrations/detail/zohobugtracker/)
- [Zoho CRM](https://truto.one/integrations/detail/zohocrm/)
- [Zoho Desk](https://truto.one/integrations/detail/zohodesk/)
- [Zoho Meeting](https://truto.one/integrations/detail/zohomeeting/)
- [Zoho Projects](https://truto.one/integrations/detail/zohoprojects/)
- [Zoho Recruit](https://truto.one/integrations/detail/zohorecruit/)
- [Zoho Sprints](https://truto.one/integrations/detail/zohosprints/)
- [Zoho Vault](https://truto.one/integrations/detail/zohovault/)
- [Zoom](https://truto.one/integrations/detail/zoom/)
- [ZoomInfo SCIM](https://truto.one/integrations/detail/zoominfoscim/)
- [Zscaler](https://truto.one/integrations/detail/zscaler/)
- [Zscaler ZIA](https://truto.one/integrations/detail/zscalerzia/)
- [Zscaler ZPA SCIM](https://truto.one/integrations/detail/zscalerzpascim/)

## Related reading

- [How to Pull User Lists from Any SaaS App with a Unified Directory API](https://truto.one/blog/how-to-pull-user-lists-from-any-saas-app-with-a-unified-directory-api/) — Stop hardcoding point-to-point API connectors. Learn how to extract users, roles, and access levels across 100+ SaaS apps using a single unified directory schema.
- [What Are Directory Integrations? (2026 SaaS Architecture Guide)](https://truto.one/blog/what-are-directory-integrations-2026-saas-architecture-guide/) — Directory integrations connect your SaaS app to customer identity providers like Okta and Entra ID for automated user provisioning and deprovisioning. Learn the architecture.
- [Automating the Employee Compliance Lifecycle: From Offer Letter to Offboarding](https://truto.one/blog/automating-the-employee-compliance-lifecycle-from-offer-letter-to-offboarding/) — Automate the employee compliance lifecycle from hiring to offboarding. Learn how to use Unified APIs to sync ATS, HRIS, LMS, and Directory data for SOC 2 readiness.
- [How to Build a High-Converting SaaS Integrations Page (2026 Architecture Guide)](https://truto.one/blog/how-to-build-a-high-converting-saas-integrations-page-2026-guide/) — Learn how to architect a high-converting SaaS integrations directory that captures organic traffic, convinces technical evaluators, and accelerates enterprise deals.
- [Business Identity Theft: Why and How We Are Solving It at Truto](https://truto.one/blog/business-identity-theft/) — Learn how Truto prevents business identity theft through rigorous verification and user alerts, protecting sensitive data during native API integrations.
- [The "Long Tail" of Identity: Why Your GRC Platform Needs Coverage Beyond the Top 5 IdPs](https://truto.one/blog/the-long-tail-of-identity-why-your-grc-platform-needs-coverage-beyond-the-top-5-idps/) — Why your GRC platform needs to integrate beyond Okta and Entra ID. Learn how covering the long tail of niche IdPs and HRIS systems prevents audit failures.
