Recherches récentes


Pas de recherche récente

Galen Richards's Avatar

Galen Richards

Adhésion le 14 sept. 2023

·

Dernière activité le 14 sept. 2023

Suivis

0

Abonnés

0

Activité totale

2

Votes

0

Abonnement

1

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Galen Richards

Galen Richards a ajouté un commentaire,

Commentaire de la communauté 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
    }
  }
}

Afficher le commentaire · Publication le 14 sept. 2023 · Galen Richards

0

Abonnés

1

vote

0

Commentaire