Set an employee custom field value
Employees
Set an employee custom field value
Set or overwrite a custom field value on an employee. Idempotent. Returns the updated field (definition + value). For SELECT supply the option id (string); for MULTI_SELECT supply an array of option ids. Option ids can be read from the getEmployeeCustomFields endpoint.
PUT
Set an employee custom field value
Key: Write
Scope: Company
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Body
application/json
Value to set. Must conform to the field type. Pass null to clear an existing value. For SELECT supply the option id (string). For MULTI_SELECT supply an array of option ids.