search_pages_by_user_involvement
Find pages created or modified by a specific user. Filter by creator, last modifier, or both, with optional space and pagination.
Instructions
Search pages based on a user's involvement, such as being the creator or last modifier. Can filter by creator, last modifier, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of pages to return. Default is 25, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| spaceKey | No | Optional space key to filter results to a specific space. | |
| username | No | The username of the user (alternative to accountId). | |
| accountId | No | The Atlassian account ID of the user. | |
| searchType | Yes | Search for pages created by the user, modified by the user, or both. |