HyperTrackDocs
Workers

Create Worker

Create a worker

POST
/workers/

Create a worker

Authorization

AuthorizationBasic <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/workers/" \  -H "Content-Type: application/json" \  -d '{    "worker_handle": "james@ht.com",    "ops_group_handle": "store-sf",    "product_types": [      "plumbing",      "hardware"    ],    "device_id": "00000000-4636-461C-B5F6-7E4BEFC09575",    "profile": {      "workerId": "0012244",      "vehicle": "Ford F-150",      "zoneId": "4"    },    "schedule": [      {        "start_time": "09:00",        "end_time": "18:00",        "day_of_week": "MONDAY"      },      {        "start_time": "09:00",        "end_time": "18:00",        "day_of_week": "TUESDAY"      },      {        "start_time": "09:00",        "end_time": "18:00",        "day_of_week": "WEDNESDAY"      },      {        "start_time": "09:00",        "end_time": "18:00",        "day_of_week": "THURSDAY"      },      {        "start_time": "09:00",        "end_time": "18:00",        "day_of_week": "FRIDAY"      }    ],    "home": {      "address": "777 Story Rd, San Jose, CA 95122",      "geometry": {        "type": "Point",        "coordinates": [          -121.8624398,          37.3304521        ]      },      "radius": 100    }  }'
{  "worker_handle": "james@ht.com",  "ops_group_handle": "store-sf",  "product_types": [    "plumbing",    "hardware"  ],  "device_id": "00000000-4636-461C-B5F6-7E4BEFC09575",  "profile": {    "workerId": "0012244",    "vehicle": "Ford F-150",    "zoneId": "4"  },  "status": {    "available": false,    "working": false  },  "schedule": [    {      "start_time": "09:00",      "end_time": "18:00",      "day_of_week": "MONDAY"    },    {      "start_time": "09:00",      "end_time": "18:00",      "day_of_week": "TUESDAY"    },    {      "start_time": "09:00",      "end_time": "18:00",      "day_of_week": "WEDNESDAY"    },    {      "start_time": "09:00",      "end_time": "18:00",      "day_of_week": "THURSDAY"    },    {      "start_time": "09:00",      "end_time": "18:00",      "day_of_week": "FRIDAY"    }  ],  "created_at": "2023-06-01T02:00:00Z",  "home": {    "address": "777 Story Rd, San Jose, CA 95122",    "geometry": {      "type": "Point",      "coordinates": [        -121.8624398,        37.3304521      ]    },    "radius": 100  },  "device_status": {    "value": "unavailable"  }}
{  "detail": {},  "message": "string"}
{  "detail": {    "<location>": {      "<field_name>": [        "string"      ]    }  },  "message": "string"}