Deel · Capability
Endpoints — subpackage_customFieldsPeople
Endpoints — subpackage_customFieldsPeople. 5 operations. Lead operation: List all people custom fields. Self-contained Naftiko capability covering one Deel business surface.
What You Can Do
GET
Getcustomfields
— List all people custom fields
/v1/people/custom-fields
GET
Getpersoncustomfield
— Get custom field from people by id
/v1/people/custom-fields/{id}
GET
Getpersoncustomfields
— Retrieve custom fields for a worker
/v1/people/{worker-id}/custom-fields
PUT
Putpersoncustomfield
— Update custom field value
/v1/people/{worker-id}/custom-fields
DELETE
Deletepersoncustomfield
— Delete the custom field value from Worker by Id
/v1/people/{worker-id}/custom-fields/{id}
MCP Tools
list-all-people-custom-fields
List all people custom fields
read-only
idempotent
get-custom-field-people-id
Get custom field from people by id
read-only
idempotent
retrieve-custom-fields-worker
Retrieve custom fields for a worker
read-only
idempotent
update-custom-field-value
Update custom field value
idempotent
delete-custom-field-value-worker
Delete the custom field value from Worker by Id
idempotent