Method: userProfiles.get

返回用户个人资料。

此方法会返回以下错误代码:

  • 如果发出请求的用户无权访问此用户个人资料、不存在包含所请求 ID 的个人资料或存在访问错误,则为 PERMISSION_DENIED

HTTP 请求

GET https://classroom.googleapis.com/v1/userProfiles/{userId}

网址采用 gRPC 转码语法。

路径参数

参数
userId

string

要返回的配置文件的标识符。该标识符可以是以下其中一项:

  • 用户的数字标识符
  • 用户的电子邮件地址
  • 字符串字面量 "me",表示发出请求的用户

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 UserProfile 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/classroom.rosters
  • https://www.googleapis.com/auth/classroom.rosters.readonly
  • https://www.googleapis.com/auth/classroom.profile.emails
  • https://www.googleapis.com/auth/classroom.profile.photos

有关详情,请参阅授权指南