Availability
C1 currently only integrates with Notion Enterprise. You cannot use this connector successfully with the Free, Plus, or Business editions of Notion.Capabilities
The Notion connector supports automatic account provisioning, account deprovisioning (removal from the workspace), and role provisioning. All operations are performed against the Notion SCIM API.
Role resources model the four workspace role values Notion exposes through the SCIM extension (
owner, membership_admin, member, restricted_member) — see the “Provision restricted members through SCIM” section of the Notion help center for the value enum. Notion users must always carry a role, so revoking a role is modelled as a downgrade to restricted_member. To fully remove a user from the workspace, deprovision the account.
Account deprovisioning removes the user from the workspace and revokes their active sessions. As documented by Notion, this does not permanently delete the underlying user account — that step must be performed manually in Notion.
“License” in Notion product terminology means paid seat — i.e. one workspace member — and is binary (member vs. guest), not tiered. See the Notion billing help center for details. The Notion SCIM API does not expose a
/Licenses endpoint, which is why this connector models the workspace role (rather than a “license”) as a first-class resource.Gather Notion credentials
Configuring the connector requires you to pass in credentials generated in Notion. Gather these credentials before you move on.Create a SCIM API token
1
In the Notion workspace switcher, select Manage organization.
2
Navigate to Settings > Identity > SCIM Provisioning.
3
Follow the prompts to generate a SCIM API token.
4
Carefully copy and save the SCIM API token.
Configure the Notion connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Notion connector is now pulling access data into C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for Notion and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Paste the SCIM API token into the Notion SCIM API token field.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.