get_users
List users in a Notion workspace with optional page size and pagination cursor. Retrieve user objects for workspace membership or mention handling.
Instructions
List all users in the workspace.
Args: page_size: Number of results per page (max 100) start_cursor: Cursor for pagination
Returns: List of user objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| start_cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||