ZenDesk API Retrieve Identities for 3,000+ users
I have 3,000+ users with primary and secondary emails that I need to validate. The only way I know how to do this is to API JSON retrieve each user individually and it takes ~30min to run each API request individually. Is there a better way to retrieve a bulk response of user identities?
-
Hello,
You can sideload identities with the users endpoint by calling https://subdomain.zendesk.com/api/v2/users.json?include=abilities. You will get 100 records per page. So, you will need to paginate to get the full list of 3000+ users with their identities.
Hope this helps.
Cheers,
Korak
-
This is excellent, thank you!
Please sign in to leave a comment.
2 Comments