Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Galen Richards's Avatar

Galen Richards

Beigetreten 14. Sept. 2023

·

Letzte Aktivität 14. Sept. 2023

Folge ich

0

Follower

0

Gesamtaktivitäten

2

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Galen Richards

Galen Richards hat einen Kommentar hinterlassen

Community-Kommentar 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
    }
  }
}

Kommentar anzeigen · Gepostet 14. Sept. 2023 · Galen Richards

0

Follower

1

Stimme

0

Kommentare