Skip to main content
This connector requires a Perplexity Enterprise subscription with at least 50 seats (or at least one Enterprise Max user), which is the threshold at which Perplexity unlocks SCIM provisioning. Perplexity Pro and standard Enterprise tiers below 50 seats are not supported.

Capabilities

The Perplexity connector syncs the following resources:
ResourceSyncProvision
Accounts Create
Groups Grant, Revoke
Additional functionality: Supports automatic account provisioning and deprovisioning

Account creation fields

When provisioning a new Perplexity user account, ConductorOne prompts for the following field:
FieldRequiredDescription
display_nameYesThe user’s first and last name, space-separated (e.g., “Jane Smith”). The first word is used as the given name; the remainder is used as the family name. Enter names in “First Last” order — the connector does not detect locale-native orderings such as family-name-first.
The user’s email address is provided automatically by ConductorOne and is used as the SCIM username. No password is required — Perplexity Enterprise authenticates users through SSO, so accounts are created without credentials.

Connector actions

Connector actions are custom capabilities that extend ConductorOne automations with app-specific operations. You can use connector actions in the Perform connector action automation step.
Action nameAdditional fieldsDescription
disable_useruser_id (string, required)Deactivate a Perplexity user account by setting active to false via the SCIM API. This is the connector’s deprovisioning hook — Perplexity SCIM does not support hard delete, so the account record remains in Perplexity but the user loses access.
enable_useruser_id (string, required)Activate a Perplexity user account by setting active to true via the SCIM API.

Understanding Admin and Member roles in Perplexity

Perplexity Enterprise uses a two-tier role model:
  • Admin — manages the organization, billing, and member access.
  • Member — consumes Perplexity AI features.
Role assignment is driven entirely through your identity provider (IdP). In your IdP (Okta, Microsoft Entra ID, or OneLogin), you create two groups — one mapped to the Admin role and one mapped to the Member role — and then add or remove users from those groups to grant or revoke their Perplexity role. In ConductorOne, these IdP-pushed groups appear as the syncable, grantable resources. Granting a Perplexity user the “member” entitlement on the Admin group makes them a Perplexity Admin; revoking that entitlement (or moving them to the Member group) downgrades them to a Member.

SCIM-only connector

This connector uses the SCIM 2.0 API exclusively. Perplexity does not currently offer a public Admin API for user or organization management, so SCIM is the only programmatic interface available.

What this means in practice

  • Only SCIM-managed users and groups are visible. Users created directly in the Perplexity admin console (rather than through SCIM) may not appear in syncs.
  • Deprovisioning means deactivation, not deletion. Perplexity SCIM does not support hard delete. The connector deactivates users by setting active: false; the account record remains in Perplexity.
  • Groups are managed through SCIM only. The connector can sync groups and grant or revoke group membership, but it cannot create or delete groups. Groups must be created in your IdP and pushed to Perplexity via SCIM.
  • Google Workspace is not supported as an IdP because Perplexity only supports just-in-time provisioning (not full SCIM) for Google Workspace. Supported IdPs are Okta, Microsoft Entra ID, and OneLogin.

What SCIM provides

CapabilitySupported
Provision (create) user
Deprovision (deactivate) user
Add user to group
Remove user from group
Sync all users
Sync all groups and memberships
Hard delete user
Create or delete groups
Sub-role permissions beyond Admin / Member
If Perplexity adds an Admin API in the future, the connector can be extended to support additional capabilities such as direct role management or finer-grained entitlements.

Gather Perplexity credentials

Configuring the connector requires SCIM credentials issued by Perplexity. Gather these credentials before you move on.
A Perplexity Enterprise administrator must perform this task. SCIM credentials are issued by Perplexity only after Enterprise SSO has been set up; they are not available in public documentation and may need to be requested through your Perplexity admin console or support contact.
1
Complete Enterprise SSO setup in Perplexity if you have not already done so. Supported identity providers are Okta, Microsoft Entra ID, and OneLogin.
2
In the Perplexity admin console, navigate to the SCIM provisioning section and generate (or copy) the SCIM bearer token and the SCIM endpoint URL.
If the SCIM section is not visible in your admin console, contact Perplexity support to confirm SCIM has been enabled for your tenant.
3
In your identity provider, create two groups — one to map to the Perplexity Admin role and one to map to the Member role — and assign users to the appropriate group. These groups will be pushed to Perplexity via SCIM and will appear as syncable resources in ConductorOne.
4
Copy and save the SCIM bearer token and SCIM endpoint URL securely. You will need both to configure the connector.
For more information, see the Perplexity SCIM documentation. That’s it! Next, move on to the connector configuration instructions.

Configure the Perplexity connector

To complete this task, you’ll need:
  • The Connector Administrator or Super Administrator role in ConductorOne
  • Access to the Perplexity SCIM credentials generated by following the instructions above
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Integrations > Connectors and click Add connector.
2
Search for Perplexity and click Add.
3
Choose how to set up the new Perplexity connector:
  • Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
  • Add the connector to a managed app (select from the list of existing managed apps)
  • Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
  • SCIM Token (required): The SCIM bearer token from the Perplexity Enterprise admin console.
  • SCIM URL (required): The Perplexity Enterprise SCIM endpoint URL provided by Perplexity during Enterprise SSO setup.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Perplexity connector is now pulling access data into ConductorOne.

All versions of this connector are available at dist.conductorone.com.