blogger_users_get
Retrieve a Blogger user's profile information, including user ID, display name, profile URL, and location. Use 'self' to fetch the authenticated user's details.
Instructions
Retrieve a user's Blogger profile information. Returns details like user ID, display name, profile URL, and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | The ID of the user to retrieve, or "self" for the currently authenticated user. | self |