Links

Get users

Tags: #notion #productivity #naas_drivers #operations #snippet
Author: Maxime Jublou
Description: Notion is a powerful tool that helps users organize their thoughts, tasks, and projects.

Input

Import libraries

from naas_drivers import notion

Input variables

# Enter Token API
token = "*****"

Model

Get users

users = notion.connect(token).users.list()

Output

users