blogger_blogs_listByUser
List all blogs associated with a user, optionally filtered by roles, status, and access level. Use userId to specify the user or default to the authenticated user.
Instructions
List all blogs associated with a specific user. Returns an array of blogs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | User roles set to filter the blogs returned. | |
| view | No | Access level with which to view the blogs. Use ADMIN for most details. | |
| status | No | Blog statuses to filter the returned blogs. | |
| userId | No | ID of the user whose blogs are to be fetched. Defaults to 'self' for the authenticated user. | |
| fetchUserInfo | No | Whether the response is a list of blogs with per-user information instead of just blogs. |