Recent searches


No recent searches

Mark Baker's Avatar

Mark Baker

Joined Oct 16, 2021

·

Last activity Oct 16, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Mark Baker

Mark Baker commented,

CommentUsers, 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
}
}
 

View comment · Posted Jun 25, 2021 · Mark Baker

0

Followers

1

Vote

0

Comments