This article is intended for administrators.
Elevo can synchronize with BoondManager, making it easier and more automatic to update your users.
To set up this synchronization, first contact our Support (support@elevo.io).
🧑🏻💻 Setting up the synchronization
BoondManager offers several synchronization methods. We use the "X-Jwt-Client-BoondManager".
To activate this synchronization, you need to provide Elevo support (support@elevo.io) with the following items:
- "client_key" + "client_token" in your admin interface dashboard,
- "user_token" which can also be found in the dashboard of your admin interface or in the "security" settings section.
- label of agencies to be synchronized (populations concerned).
For more information, click here (open the JWT Client Token section).
👉 The synchronized information
Elevo profile fields | BoondManager fields |
First name | first_name: "attributes.firstName" |
Last name | last_name: "attributes.lastName" |
Job title | job_title: "attributes.title" |
email: "attributes.email1" | |
Registration number | registration_number: "attributes.reference" |
Manager | manager_uniq_identifier: "relationships.mainManager.data.id" |
Work start date | work_start_date: "attributes.creationDate" |
Departement | department: { field_path: "relationships.agency.data.id", field_type: "included_info", included_info: "[?(@['type'] == 'agency' && @['id'] == {{ raw_value }})].attributes.name" } |