# Eurecia + Lutril: setup guide

> Lutril connects to Eurecia with an API token to read your employee directory: names, emails, job titles, departments, direct managers, and hire and departure dates. Lutril exchanges the token for a temporary session token on every sync; it never creates or modifies anything in Eurecia.

Source: https://www.lutril.com/integrations/eurecia
Category: Identity (IDP)
Auth: api_key
Last verified: 2026-08-04

---

## Setup

1. In Eurecia, make sure the API (Web services) feature is enabled. If the API box is not visible in your admin space, ask Eurecia support to activate it.
2. Generate a token for a dedicated user: open that person's employee file, go to the Admin tab, and create a new API token. Eurecia recommends per-user tokens; the token inherits that user's visibility, so pick an account that can see all employees.
3. Alternatively, generate a profile token: in your company file, open the Settings tab, find the API box, and generate a token tied to a user profile.
4. Copy the token and keep it safe; it is the permanent credential Lutril will use.
5. In Lutril, connect Eurecia and paste the API token. Leave the base URL empty unless Eurecia gave you a non-standard environment.

## Access requested

- GET /v4/users (employee directory, job titles, departments, direct managers)
- GET /v1/Auth (exchange the API token for a temporary token)

## References

- [Eurecia documentation](https://help.eurecia.com/hc/fr/articles/115000666829-Acc%C3%A9der-%C3%A0-l-API-Eur%C3%A9cia-Web-Services)
- [Eurecia API reference (Swagger)](https://api.eurecia.com/eurecia/fw/swagger/index.html)
- [Eurecia interoperability help center](https://help.eurecia.com/hc/en-gb/categories/115000151565-Interoperability)
