Get the current reunification import status
Returns the status of your organization's most recent reunification import. Poll this after starting one. Requires read:* scope and a regular creator role.
Status is kept for one hour after its last update and then this returns 404. Store anything you need to keep.
completed means the roster was written and account provisioning was handed to a background worker, not that every account exists. succeeded_users and failed_users keep rising afterwards, which can take several minutes on a large roster, so poll until both stop moving.
The synced_* and total_* pairs are a progress bar rather than a success ratio. They end up equal whenever the roster is written, so they cannot tell you a record was rejected.
A failed status does not mean the roster is untouched. If the failure came after the roster was committed the new roster is live, and account provisioning may not have started or may already be under way.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 7 revisions of this API.