Capabilities
The Perplexity connector syncs the following resources:| Resource | Sync | Provision |
|---|---|---|
| Accounts | Create | |
| Groups | Grant, Revoke |
Account creation fields
When provisioning a new Perplexity user account, ConductorOne prompts for the following field:| Field | Required | Description |
|---|---|---|
display_name | Yes | The 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. |
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 name | Additional fields | Description |
|---|---|---|
disable_user | user_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_user | user_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.
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
| Capability | Supported |
|---|---|
| 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.Complete Enterprise SSO setup in Perplexity if you have not already done so. Supported identity providers are Okta, Microsoft Entra ID, and OneLogin.
In the Perplexity admin console, navigate to the SCIM provisioning section and generate (or copy) the SCIM bearer token and the SCIM endpoint URL.
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.
Configure the Perplexity connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.That’s it! Your Perplexity connector is now pulling access data into ConductorOne.
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
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.
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.