Notion Capabilities

Last updated: October 8, 2024

After this article...

You'll understand the capabilities our Notion integration provides, and how Lumos interacts with the Notion API.

View users

The mapping between Notion user statuses and Lumos user account statuses is below.

Notion User Status

Lumos Account Status

active

Active

inactive

Suspended

deleted (Notion no longer returns a user)

Suspended

Notion API endpoint: GET https://api.notion.com/scim/v2/Users (docs)

Deprovision a user

AppStore

Offboarding

Access Reviews

License Management

N/A

In Lumos, deprovisioning a Notion user marks their Account Status as "Suspended".

In Notion, this action removes a user from your workspace. The user is logged out of all active sessions. Notion user accounts cannot be fully-deleted through SCIM -- that must be done manually.

This action reclaims a license in Notion.

Notion API endpoint: DELETE https://api.notion.com/scim/v2/Users/<id> (docs)

Notion API documentation