Comment on page
Get users
Tags: #notion #productivity #naas_drivers #operations #snippet
Last update: 2023-04-12 (Created: 2021-11-01)
Description: Notion is a powerful tool that helps users organize their thoughts, tasks, and projects.
from naas_drivers import notion
# Enter Token API
token = "*****"
users = notion.connect(token).users.list()
users
Last modified 3mo ago