Hello,
I am using the endpoint https://api.personio.de/v1/company/employees/attributes
to fetch a list of all employee attributes. I noticed that some attributes, particularly those with keys like "dynamic_13844971"
(e.g., for Employee ID), change over time. Below is an example of such an attribute:
{
"key": "dynamic_13844971",
"label": "Employee ID",
"type": "standard",
"universal_id": null,
"options": n]
}
My question is:
- Is there a specific time limit after which this dynamic key changes?
- Are there specific conditions that trigger the change of this key?
- Is there a timeline in which this dynamic key might become static, like other attributes (e.g.,
"first_name"
)? - Will the dynamic attribute keys change if I switch accounts?
Any insights would be appreciated!
Thank you!