How to add a new end user via API? | Community
Skip to main content

How to add a new end user via API?

  • November 4, 2024
  • 2 replies
  • 0 views

Salman

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

2 replies

Jacob20
  • November 4, 2024

Hi @salman 

 

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!


Nayden12
  • November 4, 2024

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