Create WorkerAsk AIpost https://api.sandbox.salsa.dev/api/rest/v1/employers/{employerId}/workersCreates a new Worker within the given Employer.Path ParamsemployerIdstringrequiredEmployer IdBody ParamsdisplayNamestringName that will be used in the UI. When displayName is provided firstName and lastName are optional.externalIdstringThe Id used to represent the object in your system that is mapped to this Worker.firstNamestringFirst legal name of the Worker. When displayName is not provided this is required.lastNamestringLast legal name of the Worker. When displayName is not provided this is required.middleNamestringMiddle legal name of the Worker.Responses 200OK 201Created 400Bad Request 404Not Found 422Unprocessable Entity 500Internal Server ErrorUpdated 4 months ago