最近搜索
没有最近搜索

Galen Richards
已加入2023年9月14日
·
最后活动2023年9月14日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Galen Richards
Galen Richards 进行了评论,
社区评论 Developer - Zendesk APIs
FWIW I was able to activate Chat via PUT with the following JSON (we're using a custom role for Support). It works even if the Chat object does not exist on the user and you don't need to supply the user_id parameter since it's in the URL.
{
"entitlements": {
"chat": {
"name": "agent",
"is_active": true
},
"explore": {
"name": "admin",
"is_active": true
},
"guide": {
"name": "admin",
"is_active": true
},
"support": {
"name": "custom_16653721760667",
"is_active": true
},
"talk": {
"name": "agent",
"is_active": false
}
}
}
查看评论 · 已于 2023年9月14日 发布 · Galen Richards
0
关注者
1
投票
0
评论