Incremental User Export, Time Based

GET {{baseUrl}}/api/v2/incremental/users?start_time=<integer>

Allowed For

  • Admins

Sideloading

See Users sideloads.

Request Params

KeyDatatypeRequiredDescription
start_timestring(Required) The time to start the incremental export from

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:1,&quot;end_of_stream&quot;:true,&quot;end_time&quot;:1601357503,&quot;next_page&quot;:&quot;https://example.zendesk.com/api/v2/incremental/ticket_events.json?start_time=1601357503&quot;,&quot;users&quot;:[{&quot;active&quot;:true,&quot;alias&quot;:&quot;Mr. Johnny&quot;,&quot;created_at&quot;:&quot;2009-07-20T22:55:29Z&quot;,&quot;custom_role_id&quot;:9373643,&quot;details&quot;:&quot;&quot;,&quot;email&quot;:&quot;johnny@example.com&quot;,&quot;external_id&quot;:&quot;sai989sur98w9&quot;,&quot;id&quot;:35436,&quot;last_login_at&quot;:&quot;2011-05-05T10:38:52Z&quot;,&quot;locale&quot;:&quot;en-US&quot;,&quot;locale_id&quot;:1,&quot;moderator&quot;:true,&quot;name&quot;:&quot;Johnny Agent&quot;,&quot;notes&quot;:&quot;Johnny is a nice guy!&quot;,&quot;only_private_comments&quot;:false,&quot;organization_id&quot;:57542,&quot;phone&quot;:&quot;+15551234567&quot;,&quot;photo&quot;:{&quot;content_type&quot;:&quot;image/png&quot;,&quot;content_url&quot;:&quot;https://company.zendesk.com/photos/my_funny_profile_pic.png&quot;,&quot;id&quot;:928374,&quot;name&quot;:&quot;my_funny_profile_pic.png&quot;,&quot;size&quot;:166144,&quot;thumbnails&quot;:[{&quot;content_type&quot;:&quot;image/png&quot;,&quot;content_url&quot;:&quot;https://company.zendesk.com/photos/my_funny_profile_pic_thumb.png&quot;,&quot;id&quot;:928375,&quot;name&quot;:&quot;my_funny_profile_pic_thumb.png&quot;,&quot;size&quot;:58298}]},&quot;restricted_agent&quot;:true,&quot;role&quot;:&quot;agent&quot;,&quot;role_type&quot;:0,&quot;shared&quot;:false,&quot;shared_agent&quot;:false,&quot;signature&quot;:&quot;Have a nice day, Johnny&quot;,&quot;suspended&quot;:true,&quot;tags&quot;:[&quot;enterprise&quot;,&quot;other_tag&quot;],&quot;ticket_restriction&quot;:&quot;assigned&quot;,&quot;time_zone&quot;:&quot;Copenhagen&quot;,&quot;updated_at&quot;:&quot;2011-05-05T10:38:52Z&quot;,&quot;url&quot;:&quot;https://company.zendesk.com/api/v2/users/35436.json&quot;,&quot;user_fields&quot;:{&quot;user_date&quot;:&quot;2012-07-23T00:00:00Z&quot;,&quot;user_decimal&quot;:5.1,&quot;user_dropdown&quot;:&quot;option_1&quot;},&quot;verified&quot;:true}]}