最近の検索
最近の検索はありません

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
コメント