put https://example.com/api/v1/workers/
Updates all properties for a worker by unique ID
Updates all properties for a worker by unique ID. Attributes retrieved are listed in the HTTP 200
status response example below.
Preserving existing values
If you wish to preserve an existing property in the specified record, you will need to pass the current value in the JSON object. To nullify an existing value, supply a blank value for the required property in the request.
Updating worker information
To update specific worker properties only, use the Update Worker API. To update all properties for a specific worker, use the Update Worker (Full) API.