리소스 이름을 지정하여 사람에 대한 정보를 제공합니다. people/me
를 사용하여 인증된 사용자를 나타냅니다.
'personFields'가 지정되지 않은 경우 요청에서 400 오류를 반환합니다.
HTTP 요청
GET https://people.googleapis.com/v1/{resourceName=people/*}
URL은 gRPC 트랜스코딩 구문을 사용합니다.
경로 매개변수
매개변수 | |
---|---|
resourceName |
필수 항목입니다. 정보를 제공할 사람의 리소스 이름입니다.
|
쿼리 매개변수
매개변수 | |
---|---|
requestMask |
지원 중단됨( 결과를 사람 필드의 하위 집합으로 제한하는 마스크입니다. |
personFields |
필수 항목입니다. 개인에서 반환되는 필드를 제한하는 필드 마스크. 여러 입력란은 쉼표로 구분하여 지정할 수 있습니다. 유효한 값은 다음과 같습니다.
|
sources[] |
선택사항입니다. 반환할 소스 유형의 마스크. 설정하지 않으면 기본값은 |
요청 본문
요청 본문은 비어 있어야 합니다.
응답 본문
성공한 경우 응답 본문에 Person
의 인스턴스가 포함됩니다.
승인 범위
공개 데이터에 액세스하는 데 승인이 필요하지 않습니다. 비공개 데이터의 경우 다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/contacts
https://www.googleapis.com/auth/contacts.readonly
https://www.googleapis.com/auth/contacts.other.readonly
https://www.googleapis.com/auth/directory.readonly
https://www.googleapis.com/auth/profile.agerange.read
https://www.googleapis.com/auth/profile.emails.read
https://www.googleapis.com/auth/profile.language.read
https://www.googleapis.com/auth/user.addresses.read
https://www.googleapis.com/auth/user.birthday.read
https://www.googleapis.com/auth/user.emails.read
https://www.googleapis.com/auth/user.gender.read
https://www.googleapis.com/auth/user.organization.read
https://www.googleapis.com/auth/user.phonenumbers.read
https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/profile.language.read
자세한 내용은 승인 가이드를 참조하세요.