Notion
notion_list_users
List all users in the workspace. Returns names, types (person/bot), and avatars.
Remote node2flow/notion
Other tools also called notion_list_users?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page_size": {
"type": "number",
"description": "Users per page"
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor"
}
}
}