v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBSkills
Replace users jobs
🔑
Required OAuth scope: skillsJobs:bulk.
🚜
This endpoint processes up to 10,000 objects asynchronously. For more information, see the Bulk operations guide.
Replaces users jobs based on the given userId.
- All jobs of each users will be replaced by the provided ones. For each user, a maximum of 100 jobs is allowed.
Upon submission, the request is queued. Use the provided URL in the response header to check the status of the bulk operation.
put/api/v2/bulk/skills/users/jobs
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"input": [
{
"userId": "672b473e3e8d1c8cee0f1a4b",
"currentJobIds": [
"JOB1",
"JOB2"
],
"targetJobIds": [
"JOB3",
"JOB4"
],
"previousJobIds": [
"JOB5",
"JOB6"
]
}
]
}Response
The operation is successfully created.