最近搜索
没有最近搜索

Mark Baker
已加入2021年10月16日
·
最后活动2021年10月16日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Mark Baker
Mark Baker 进行了评论,
评论Users, groups, and organizations
It is possible to remove the external id from a user using the API. You need the zendesk user ID of the user. You then make a POST request to http://xxxx.zendesk.com/api/v2/users/nnnn.json (where xxxx is your zendesk subdomain, and nnnn is the user ID), with this content:
{
"user": {
"external_id": null
}
}
查看评论 · 已于 2021年6月25日 发布 · Mark Baker
0
关注者
1
投票
0
评论