Skip to main content

Create worker

POST 

/openapi/v1/workers

Create a new worker. The server always generates a synthetic identifier of the form wkr_<16chars> — callers cannot supply or override it. Use the externalId field on the request body to record an upstream HRIS identifier (e.g. Workday Employee_ID) as a property of the worker. Returns 201 Created with a Location header pointing to the new resource.

Request

Responses

OK