mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 08:31:35 +00:00
17 lines
446 B
Markdown
17 lines
446 B
Markdown
# Users - Gmail - Profile
|
|
- [API documentation](#api-documentation)
|
|
- [Definitions](#definitions)
|
|
- [Display Gmail profile](#display-gmail-profile)
|
|
|
|
## API documentation
|
|
* https://developers.google.com/gmail/api/v1/reference/users/getProfile
|
|
|
|
## Definitions
|
|
* [`<UserTypeEntity>`](Collections-of-Users)
|
|
|
|
## Display Gmail profile
|
|
```
|
|
gam <UserTypeEntity> show gmailprofile
|
|
gam <UserTypeEntity> print gmailprofile [todrive <ToDriveAttribute>*]
|
|
```
|