Users

Learn about the user class of the Blogger API.

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

kind

string

The type of object.

Value: blogger#user

Note: This value is fixed.

id

string

The ID of the user.

created

datetime

The user profile's date of creation.

Format: yyyy-mm-dd

url

string

The published link of the user profile.

selfLink

string

The Blogger API URL of the user profile.

blogs

object

The object that contains the user's blogs.

blogs.selfLink

string

The Blogger API URL of the user's blogs collection.

displayName

string

The name of the user.

about

string

The profile summary of the user.

locale

object

The object that contains the locale information of the user.

locale.language

string

The language setting of the user.

locale.country

string

The country setting of the user.

locale.variant

string

The language variant setting of the user.

Get user ID

Step 1: Head over to ...