Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List users in the Notion workspace so pages can mention or attribute the right person
| Field | Value |
|---|---|
| Name | notion__list_users |
| Group | Integrations |
{
"type": "object",
"properties": {
"page_size": {
"type": "number",
"description": "Maximum users to return"
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor"
}
},
"description": "Input schema for the notion__list_users tool."
}