BlogUserInfos
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
{
"kind": "blogger#blogUserInfo",
"blog": blogs Resource,
"blog_user_info": {
"kind": "blogger#blogPerUserInfo",
"userId": string,
"blogId": string,
"photosAlbumKey": string,
"hasAdminAccess": boolean
}
}
Property name |
Value |
Description |
Notes |
kind |
string |
The kind of this entity. Always blogger#blogUserInfo |
|
blog |
nested object |
The Blog resource. |
|
blog_user_info |
nested object |
Information about a User for the Blog. |
|
blog_user_info.kind |
string |
The kind of this entity. Always blogger#blogPerUserInfo |
|
blog_user_info.userId |
string |
ID of the User |
|
blog_user_info.blogId |
string |
ID of the Blog resource |
|
blog_user_info.photosAlbumKey |
string |
The Photo Album Key for the user when adding photos to the blog |
|
blog_user_info.hasAdminAccess |
boolean |
True if the user has Admin level access to the blog. |
|
Methods
- get
- Gets one blog and user info pair by blogId and userId.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["\u003cp\u003eThis resource provides information about a user's role and permissions within a specific blog.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes details like user ID, blog ID, photo album key, and admin access status.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a nested structure with \u003ccode\u003eblog\u003c/code\u003e and \u003ccode\u003eblog_user_info\u003c/code\u003e objects to organize information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eget\u003c/code\u003e method to retrieve information about a specific blog and user pair.\u003c/p\u003e\n"]]],[],null,["# BlogUserInfos\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```scdoc\n{\n \"kind\": \"blogger#blogUserInfo\",\n \"blog\": blogs Resource,\n \"blog_user_info\": {\n \"kind\": \"blogger#blogPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"photosAlbumKey\": string,\n \"hasAdminAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------|-----------------|-----------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#blogUserInfo` | |\n| `blog` | `nested object` | The Blog resource. | |\n| `blog_user_info` | `nested object` | Information about a User for the Blog. | |\n| blog_user_info.`kind` | `string` | The kind of this entity. Always `blogger#blogPerUserInfo` | |\n| blog_user_info.`userId` | `string` | ID of the User | |\n| blog_user_info.`blogId` | `string` | ID of the Blog resource | |\n| blog_user_info.`photosAlbumKey` | `string` | The Photo Album Key for the user when adding photos to the blog | |\n| blog_user_info.`hasAdminAccess` | `boolean` | True if the user has Admin level access to the blog. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/blogUserInfos/get)\n: Gets one blog and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003eblogId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e."]]