ZendeskApiClient
ZendeskApiClient copied to clipboard
Getting incremental updates for users
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!
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