Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
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
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["This endpoint retrieves a user profile based on the provided user ID."],["The user ID can be a numeric identifier, email address, or \"me\" to indicate the requesting user."],["An empty request body is required, and a successful response returns a UserProfile object."],["Authorization is necessary and requires specific OAuth scopes related to rosters, emails, or photos."],["Potential errors include \"PERMISSION_DENIED\" if access is not granted or the profile doesn't exist."]]],[]]