mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 07:31:36 +00:00
17 lines
426 B
Markdown
17 lines
426 B
Markdown
# Users - Profile Sharing
|
|
- [Definitions](#definitions)
|
|
- [Manage user's profile sharing](#manage-users-profile-sharing)
|
|
- [Display user's profile sharing](#display-users-profile-sharing)
|
|
|
|
## Definitions
|
|
* [`<UserTypeEntity>`](Collections-of-Users)
|
|
|
|
## Manage user's profile sharing
|
|
```
|
|
gam <UserTypeEntity> profile share|shared|unshare|unshared
|
|
```
|
|
## Display user's profile sharing
|
|
```
|
|
gam <UserTypeEntity> show profile
|
|
```
|