RootGroupMember
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
成员 ID |
[optional] |
| userId |
int |
用户 ID |
[optional] |
| name |
string |
用户名 |
[optional] |
| nickname |
string |
用户昵称 |
[optional] |
| username |
string |
username |
[optional] |
| avatarUrl |
string |
用户头像链接 |
[optional] |
| isMyself |
bool |
是否为当前用户 |
[optional] |
| isBlocked |
bool |
是否被锁定 |
[optional] |
| email |
string |
用户邮箱 |
[optional] |
| accessLevel |
int |
角色级别 |
[optional] |
| createdAt |
string |
加入时间 |
[optional] |
| authSource |
int |
授权来源,0: 直接成员 1:顶级仓库组 2:顶级团队 |
[optional] |
| accessLevelName |
string |
团队成员角色名称 |
[optional] |
| currentUserIdAdmin |
bool |
当前用户是否为团队管理员 |
[optional] |
| groupOwner |
bool |
是否为团队拥有者 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]