Jobs
Create Job
Use this API to create a new schedule job for data subject bulk actions.
post/rest/api/consent/v4/jobs
Request body
Example request
{
"EntityId": "478059e6-97ff-4080-ae18-46989056fabb",
"Name": "import123",
"Description": "Bulk import of consent data subjects",
"Token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}Response
OK
Example response
{
"Id": "1053400f-2a31-49cc-b164-3de08506ab6e",
"Name": "job 1234",
"TypeId": "consent_ds_bulk_actions",
"Status": "Pending",
"StatusId": 1,
"CreatedBy": "16eb22c4-415d-4852-ba36-1567a1bd277d",
"CreatedDate": "2026-02-11T06:32:23.769+00:00"
}