v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
employmentProfiles

Restart a profile submission(s)

post/api/serviceemployment/processes/companies/{companyIdentifier}/profiles/i9/workers/{workerIdentifier}/restart

Path parameters

companyIdentifierstring uuid required

company unique identifier

workerIdentifierstring uuid required

worker unique identifier

Request body

reasonstring

restart reason

reactivateMessagingboolean

Re-enable messaging for the worker if it was disabled

reactivateSegmentboolean

Re-include the worker in segments if they were excluded

Example request

{
  "reason": "Technical issues.",
  "reactivateMessaging": true,
  "reactivateSegment": true
}

Response

Profile successfully restarted