企业员工变更消息推送
在企微管家中发生企业员工变更时推送此消息,type=38
{
"message_id": "1740175443711639553",
"type": 38,
"content": "{\"tenant_id\":\"wpDkH9EAAAThUg1JqgFjY6JZV3g0_13g\",\"user_id\":wpDkH9EAAAThUg1JqgFjY6JZ,\"old_user_id\":null,\"change_type\":3}",
"gmt_create": 1684121106
}
业务参数说明:
参数 | 类型 | 说明 |
---|---|---|
tenant_id | string | 租户id |
user_id | string | 当前员工id |
old_user_id | string | 原来的员工id |
change_type | int | 变动类型 1:新增用户 2:删除用户 3:修改用户 4:更新userId |