improved
Employee API: custom attribute types
over 3 years ago by Matthias Mikoschek
The response of the GET /company/employees
/company/employees/{employee_id}
and /company/employees/custom-attributes
endpoints now returns the attribute type for custom attributes.
Find an overview of available attribute types here
{
"success": true,
"data": [
{
"key": "dynamic_1",
"label": "IBAN",
"type": "standard"
}
]
}