Incremental User Export, Cursor Based
GET {{baseUrl}}/api/v2/incremental/users/cursor?start_time=<integer>&cursor=<string>
Allowed For
- Admins
Sideloading
See Users sideloads.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_time | string | (Required) The time to start the incremental export from | |
cursor | string | The cursor pointer to work with for all subsequent exports after the initial request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"after_cursor":"MTU3NjYxMzUzOS4wfHw0Njd8","after_url":"https://{subdomain}.zendesk.com/api/v2/incremental/users/cursor.json?cursor=MTU3NjYxMzUzOS4wfHw0Njd8","before_cursor":null,"before_url":null,"end_of_stream":true,"users":[{"active":true,"alias":"Mr. Johnny","created_at":"2009-07-20T22:55:29Z","custom_role_id":9373643,"details":"","email":"johnny@example.com","external_id":"sai989sur98w9","id":35436,"last_login_at":"2011-05-05T10:38:52Z","locale":"en-US","locale_id":1,"moderator":true,"name":"Johnny Agent","notes":"Johnny is a nice guy!","only_private_comments":false,"organization_id":57542,"phone":"+15551234567","photo":{"content_type":"image/png","content_url":"https://company.zendesk.com/photos/my_funny_profile_pic.png","id":928374,"name":"my_funny_profile_pic.png","size":166144,"thumbnails":[{"content_type":"image/png","content_url":"https://company.zendesk.com/photos/my_funny_profile_pic_thumb.png","id":928375,"name":"my_funny_profile_pic_thumb.png","size":58298}]},"restricted_agent":true,"role":"agent","role_type":0,"shared":false,"shared_agent":false,"signature":"Have a nice day, Johnny","suspended":true,"tags":["enterprise","other_tag"],"ticket_restriction":"assigned","time_zone":"Copenhagen","updated_at":"2011-05-05T10:38:52Z","url":"https://company.zendesk.com/api/v2/users/35436.json","user_fields":{"user_date":"2012-07-23T00:00:00Z","user_decimal":5.1,"user_dropdown":"option_1"},"verified":true}]}