最近の検索


最近の検索はありません

Galen Richards's Avatar

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

コメント