最近の検索
最近の検索はありません
How to add a new end user via API?
投稿日時:2024年11月04日
Hi Team,
I want to add a new end user via API. Can you please provide end point for that or else is there any other way of doing it through API?
Thanks
0
2
最近の検索
最近の検索はありません
投稿日時:2024年11月04日
Hi Team,
I want to add a new end user via API. Can you please provide end point for that or else is there any other way of doing it through API?
Thanks
0
2件のコメント
Jacob the Moderator
Hi Salman Shaik
You can create users one at a time or import large batches of them, I'll leave a few links below that will tell you how.
https://developer.zendesk.com/api-reference/ticketing/users/users/#create-user
https://developer.zendesk.com/documentation/ticketing/using-the-zendesk-api/importing-users-with-the-zendesk-api/
Hope that helps you out!
0
Ned Petrov
Hi Salman,
You can use
POST /api/v2/users
to create a new user.More details here: https://developer.zendesk.com/api-reference/ticketing/users/users/#create-user
Ned
0