최근 검색
최근 검색 없음

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
댓글