Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Mark Baker's Avatar

Mark Baker

Beigetreten 16. Okt. 2021

·

Letzte Aktivität 16. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

2

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Mark Baker

Mark Baker hat einen Kommentar hinterlassen

KommentarUsers, groups, and organizations

It is possible to remove the external id from a user using the API. You need the zendesk user ID of the user. You then make a POST request to http://xxxx.zendesk.com/api/v2/users/nnnn.json (where xxxx is your zendesk subdomain, and nnnn is the user ID), with this content:

{
"user": {
"external_id": null
}
}
 

Kommentar anzeigen · Gepostet 25. Juni 2021 · Mark Baker

0

Follower

1

Stimme

0

Kommentare