사용자
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
중요: v2.0 JSON API 지원은 2024년 9월 30일에 중단됩니다.
기능을 계속 사용하려면 v2.0 JSON API를 사용하는 애플리케이션을 최신 API 버전으로 업데이트하세요. 최신 버전의 경우 왼쪽 탐색 메뉴의 링크를 사용하세요.
User는 Blogger 사용자를 나타냅니다.
리소스 표현
{
"kind": "blogger#user",
"id": string,
"created": datetime,
"url": string,
"selfLink": string,
"blogs": {
"selfLink": string
},
"displayName": string,
"about": string,
"locale": {
"language": string,
"country": string,
"variant": string
}
}
속성 이름 |
값 |
설명 |
참고 |
kind |
string |
이 항목의 종류입니다. 항상 blogger#user 입니다. |
|
id |
string |
이 사용자의 식별자입니다. |
|
created |
datetime |
이 프로필이 생성된 시점의 타임스탬프입니다(에포크 이후 초). |
|
url |
string |
사용자의 프로필 페이지입니다. |
|
selfLink |
string |
이 리소스를 가져올 API REST URL입니다. |
|
blogs |
object |
이 사용자의 블로그 컨테이너입니다. |
|
blogs.selfLink |
string |
이 사용자의 블로그 URL입니다. |
|
displayName |
string |
사용자의 표시 이름입니다. |
|
about |
string |
프로필 요약 정보입니다. |
|
locale |
object |
이 사용자의 언어입니다. |
|
locale.language |
string |
사용자의 언어 설정입니다. |
|
locale.country |
string |
사용자의 국가 설정입니다. |
|
locale.variant |
string |
사용자의 언어 변형 설정입니다. |
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(UTC)"],[[["\u003cp\u003eSupport for the v2.0 JSON API will be discontinued on September 30th, 2024, requiring applications to be updated to the latest API version.\u003c/p\u003e\n"],["\u003cp\u003eThe API allows retrieval of Blogger user information, represented as a \u003ccode\u003eUser\u003c/code\u003e resource, using the \u003ccode\u003eblogger.users.get\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eUser\u003c/code\u003e resource includes properties like user ID, creation timestamp, profile URL, display name, locale details, and blog information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access the latest API version and documentation through the links provided in the left-side navbar of the webpage.\u003c/p\u003e\n"]]],[],null,["# Users\n\n**Important**:\nWe will discontinue support for the v2.0 JSON API on September 30th, 2024.\nTo ensure continued functionality, update your applications that rely on the v2.0 JSON API\nto the latest API version. For the latest version, use the links in the left-side navbar.\nA User represents a Blogger user.\n\nMethods\n-------\n\nYou can retrieve User information by using the [blogger.users.get](/blogger/docs/2.0/json/reference/users/get) method.\n\n[get](/blogger/docs/2.0/json/reference/users/get)\n: Retrieves one user by userId.\n\nResource Representations\n------------------------\n\n\u003cbr /\u003e\n\n```gdscript\n{\n \"kind\": \"blogger#user\",\n \"id\": string,\n \"created\": datetime,\n \"url\": string,\n \"selfLink\": string,\n \"blogs\": {\n \"selfLink\": string\n },\n \"displayName\": string,\n \"about\": string,\n \"locale\": {\n \"language\": string,\n \"country\": string,\n \"variant\": string\n }\n}\n```\n\n| Property Name | Value | Description | Notes |\n|-------------------|------------|-------------------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#user`. | |\n| `id` | `string` | The identifier for this user. | |\n| `created` | `datetime` | The timestamp of when this profile was created, in seconds since epoch. | |\n| `url` | `string` | The user's profile page. | |\n| `selfLink` | `string` | The API REST URL to fetch this resource from. | |\n| `blogs` | `object` | The container for this user's blogs. | |\n| blogs.`selfLink` | `string` | The URL of the blogs for this user. | |\n| `displayName` | `string` | The user's display name. | |\n| `about` | `string` | Profile summary information. | |\n| `locale` | `object` | This user's locale. | |\n| locale.`language` | `string` | The user's language setting. | |\n| locale.`country` | `string` | The user's country setting. | |\n| locale.`variant` | `string` | The user's language variant setting. | |"]]