> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# user-detail

> Reference for user-detail.csv, which loads username, password, and role assignments when the user-detail-filename startup property is configured, including built-in roles such as ROLE_ADMIN, ROLE_USER, ROLE_CS_ROOT, and group assignments.

The **user-detail.csv** file describes user details and is only picked up if the property [user-detail-filename](./startup-properties#user-detail-service-properties) is set to this file's location.

## File format

| Field name | Description                 |
| ---------- | --------------------------- |
| Username   | Username                    |
| Password   | Password for this user      |
| Roles      | List of roles for this user |

## File values

| Username   | Password   | Roles                                                                                                         |
| ---------- | ---------- | ------------------------------------------------------------------------------------------------------------- |
| admin      | admin      | ROLE\_ADMIN;ROLE\_CS\_ROOT;GROUP\_USERS;GROUP\_MANAGERS;ROLE\_USER;ROLE\_ACTIVITI\_USER;ROLE\_ACTIVITI\_ADMIN |
| controller | controller | ROLE\_USER;ROLE\_ACTIVITI\_USER;GROUP\_USERS;ROLE\_CONTROLLER;ROLE\_ACTIVITI\_ADMIN;GROUP\_MANAGERS           |
| user1      | use1       | ROLE\_USER;GROUP\_USERS;ROLE\_ACTIVITI\_USER                                                                  |
| user2      | user2      | ROLE\_USER;GROUP\_USERS;ROLE\_ACTIVITI\_USER                                                                  |
| manager1   | manager1   | ROLE\_USER;GROUP\_MANAGERS;ROLE\_ACTIVITI\_USER                                                               |
| manager2   | manager2   | ROLE\_USER;GROUP\_MANAGERS;ROLE\_ACTIVITI\_USER                                                               |
