mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 21:21:37 +00:00
17 lines
475 B
Markdown
17 lines
475 B
Markdown
# Users - Classroom - Profile
|
|
- [API documentation](#api-documentation)
|
|
- [Definitions](#definitions)
|
|
- [Display Classroom profile](#display-classroom-profile)
|
|
|
|
## API documentation
|
|
* https://developers.google.com/classroom/reference/rest/v1/userProfiles/get
|
|
|
|
## Definitions
|
|
* [`<UserTypeEntity>`](Collections-of-Users)
|
|
|
|
## Display Classroom profile
|
|
```
|
|
gam <UserTypeEntity> show classroomprofile
|
|
gam <UserTypeEntity> print classroomprofile [todrive <ToDriveAttribute>*]
|
|
```
|