通过指定资源名称提供有关用户的信息。使用 people/me
指示经过身份验证的用户。
如果未指定“personFields”,请求会返回 400 错误。
HTTP 请求
GET https://people.googleapis.com/v1/{resourceName=people/*}
网址采用 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
有关详情,请参阅授权指南。