OrgInvitation
企业组织邀请
被如下接口引用:ListOrganizationInvitations。
名称 | 类型 | 描述 |
---|---|---|
Id | Integer | 邀请ID 示例值:1 |
Uin | Integer | 被邀请UIN 示例值:1000001 |
HostUin | Integer | 创建者UIN 示例值:1000001 |
HostName | String | 创建者名称 示例值:host_name |
HostMail | String | 创建者邮箱 示例值:23**@qq.com |
Status | Integer | 邀请状态。-1:已过期,0:正常,1:已接受,2:已失效,3:已取消 示例值:1 |
Name | String | 名称 示例值:member_name |
Remark | String | 备注 示例值:invitation member |
OrgType | Integer | 企业组织类型 示例值:1 |
InviteTime | Timestamp | 邀请时间 示例值:2021-03-04 12:22:21 |
ExpireTime | Timestamp | 过期时间 示例值:2021-03-04 15:22:21 |
OrgMember
企业组织成员
被如下接口引用:ListOrganizationMembers, ListOrganizationNodeMembers。
名称 | 类型 | 描述 |
---|---|---|
Uin | Integer | UIN 示例值:100000000001 |
Name | String | 名称 示例值:member_name |
Remark | String | 备注 示例值:invitation member |
JoinTime | Timestamp | 加入时间 示例值:2023-12-13 12:34:51 |
OrgNode
企业组织单元
被如下接口引用:ListOrganizationNodes。
名称 | 类型 | 描述 |
---|---|---|
NodeId | Integer | 组织单元ID 示例值:101 |
Name | String | 名称 示例值:node_name |
ParentNodeId | Integer | 父单元ID 示例值:1 |
MemberCount | Integer | 成员数量 示例值:1 |