资源表现形式
Group Member是Party的群组成员。用户在Party界面执行群组成员有关的操作成功后(比如,获取群成员列表),返回Group Member数据表示群成员的相关信息。
{
"user": integer,
"fullname": string,
"first_name": string,
"last_name": string,
"status": string,
"expertise": string,
"timezone": string,
"timezone_utc_offset": string,
"location": string,
"avatar": string
"is_removed": false
}
Property name | Value | Description | Notes |
---|---|---|---|
user | integer | 群成员 用户 ID | |
fullname | string | 群成员 全名 | |
first_name | string | 群成员 名字 | |
last_name | string | 群成员 姓氏 | |
status | enum | 群成员状态,通常是300表示正常 | |
expertise | string | 群成员 专长名称 | |
timezone | string | 群成员的当前所在时区 | |
timezone_utc_offset | string | 对应timezone字段的时区偏移量,比如timezone为Asia/Shanghai,那么该字段为“+08:00” | |
location | string | 群成员的当前所在地点 | |
avatar | string | 群成员 头像图片链接 | |
is_removed | boolean | 是否被移除(被群主踢出群组),该值只有群主可以查看,其他群成员查看该值总是显示为False |