v1.24 (2024-08-29) API improvements Improvement of meta field usage via the API Add/Edit endpoints have been updated to accept a simplified format of metafields for easier integration. Metafields are now passed as a list of objects with 4 required keys (field, value, template_uuid and template_version). An example for adding a user, along with metafields set is as follows: { "individual": { "email": "andras.iklody@circl.lu", "first_name": "Andras", "last_name": "Iklody" }, "username": "andras...