사용자: 가져오기
중요:
2024년 9월 30일부터 v2.0 JSON API에 대한 지원이 중단됩니다.
기능을 계속 사용하려면 v2.0 JSON API를 사용하는 애플리케이션을 최신 API 버전으로 업데이트하세요. 최신 버전에서는 왼쪽 탐색 메뉴의 링크를 사용하세요.
승인 필요
userId별로 사용자 한 명을 검색합니다.
지금 사용해 보기
인증이 필요합니다. 인증된 사용자 이외의 사용자는 검색할 수 없습니다. userId 인수는 숫자로 된 사용자 식별자 또는 self일 수 있습니다.
요청
HTTP 요청
GET https://www.googleapis.com/blogger/v2/users/userId
매개변수
매개변수 이름 |
값 |
설명 |
필수 매개변수 |
userId |
string |
가져올 사용자의 ID입니다.
|
승인
이 요청을 처리하려면 다음 범위 중 하나 이상에서 승인을 받아야 합니다 (/blogger/docs/2.0/json/getting_started">인증 및 승인에 대해 자세히 알아보기).
범위 |
https://www.googleapis.com/auth/blogger |
https://www.blogger.com/feeds/ |
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
응답
요청에 성공할 경우 이 메서드는 응답 본문에 Users 리소스를 반환합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-26(UTC)
[null,null,["최종 업데이트: 2024-06-26(UTC)"],[[["The v2.0 JSON API will be discontinued on September 30th, 2024, and applications using it should be updated to the latest API version."],["This API retrieves a single user by their `userId` but requires authorization and only allows retrieving the authenticated user's information."],["The `userId` parameter can be either the numeric user identifier or \"self\"."],["Authorization requires specific scopes like `https://www.googleapis.com/auth/blogger` or `https://www.blogger.com/feeds/`."],["Successful requests return a Users resource in the response body."]]],[]]