Get users
Tags: #notion #productivity #naas_drivers #operations #snippet
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 1mo ago