Provisioning users and groups using SCIMThe SCIM API is available for workspaces in Notion’s Enterprise Plan. Learn more about using SCIM with Notion.
Setting up single sign-on (SSO) with Notion
Single sign-on (SSO) can be configured for workspaces in Notion’s Enterprise Plan. Learn more about SSO with Notion.
Where user objects appear in the API
User objects appear in nearly all objects returned by the API, including:- Block object under
created_byandlast_edited_by. - Page object under
created_byandlast_edited_byand inpeopleproperty items. - Database object under
created_byandlast_edited_by. - Rich text object, as user mentions.
- Property object when the property is a
peopleproperty.
object and id keys, as described below. The remaining properties may appear if the user is being rendered in a rich text or page property context, and the bot has the correct capabilities to access those properties. For more about capabilities, see the Capabilities guide and the Authorization guide.
All users
These fields are shared by all users, including people and bots. Fields marked with * are always present.People
User objects that represent people have thetype property set to "person". These objects also have the following properties:
Bots
A user object’stype property is "bot" when the user object represents a bot. A bot user object has the following properties: