Incremental Export

Incremental User Export, Cursor Based

Allowed For

  • Admins

Sideloading

See Users sideloads.

get/api/v2/incremental/users/cursor

Response

Success response

after_cursorstring nullable
after_urlstring nullable
before_cursorstring nullable
before_urlstring nullable
end_of_streamboolean

Example response

{
  "after_cursor": "MTU3NjYxMzUzOS4wfHw0Njd8",
  "after_url": "https://example.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
    }
  ]
}

Changes