Get the target users job status for an invite.

get/invites/{code}/target-users/job-status

Response

200 response for get_invite_target_users_job_status

total_usersinteger required
processed_usersinteger required
created_atstring date-time nullable required

The timestamp when the job was created.

completed_atstring date-time nullable required

The timestamp when the job was successfully completed.

error_messagestring nullable required

The error message if the job failed.

Changes

Changed in 2 of the 58 revisions of this API.4

    • the response property completed_at became required for the status 200

      response-property-became-required

    • the response property created_at became required for the status 200

      response-property-became-required

    • the response property error_message became required for the status 200

      response-property-became-required

    • endpoint added

      endpoint-added