Retrieves a bulk user update job

Retrieves the status of a bulk user update job.

SecurityZephrHmacHttp
Request
path Parameters
job_id
required
string

Id of the job.

Responses
200

OK

404

Not Found

get/v4/user-updates/{job_id}
Response samples
application/json
{
  • "jobId": "string",
  • "status": "string",
  • "jobDate": "string",
  • "succeeded": 0,
  • "errors": 0,
  • "total": 0,
  • "details": { }
}