Users
Learn about the user class of the Blogger API.
We'll cover the following...
A user, or a Blogger user, represents the person who writes blogs. The user is the owner and the author of all the blog posts and pages created from their blogger account.
User properties
The table below shows the list of user class properties.
Parameter | Type | Description |
| string | The type of object. Value: 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: Head over to ...