ZendeskApiClient icon indicating copy to clipboard operation
ZendeskApiClient copied to clipboard

Getting incremental updates for users

Open rpelorosso opened this issue 5 years ago • 1 comments

Hi!

At some point it was possible to get users in an incremental way, pull request here. But now I can't find a way to do that.

Is it still possible? IncrementalUsersResponse seems to be missing.

Thank you!

rpelorosso avatar Jan 20 '20 16:01 rpelorosso

Hi @rpelorosso, apologies for the slow response here. There is an IncrementalUsersResponse object, which appears to be returned by the IUsersResource.GetIncrementalExport method, here.

Does this fit the bill for you? Under the hood it uses the "Incremental User Export, Time Based" endpoint, documented here: https://developer.zendesk.com/api-reference/ticketing/ticket-management/incremental_exports/#incremental-user-export-time-based

mikerogers123 avatar Jun 29 '22 13:06 mikerogers123