Users
Learn about the user class of the Blogger API.
Overview
A user, also referred to as a Blogger user, represents the person who writes blogs. A user is the owner and the author of all the blog posts and pages created from his/her blogger account.
User properties
The table below shows the list of user class properties.
Parameter | Type | Description |
| string | The type of object. Value: "blogger#user" Note: This value is fixed. |
| string | The ID of the user. |
| datetime | The user profile's date of creation. Format: yyyy-mm-dd |
| string | The published link of the user profile. |
| string | The Blogger API URL of the user profile. |
| object | The object that contains the user's blogs. |
| string | The Blogger API URL of the user's blogs collection. |
| string | The name of the user. |
| string | The profile summary of the user. |
| object | The object that contains the locale information of the user. |
| string | The Language setting of the user. |
| string | The country setting of the user. |
| string | The language variant setting of the user. |
Get user ID
Step 1: ...