API Documentation
/address_book
Endpoints
| Method | Path |
|---|---|
| GET | / |
Structure
| Fieldname | Fieldtype | Validations |
|---|---|---|
| firstName | String | not empty |
| lastName | String | not empty |
| phoneNumber | String | |
| title | String | |
| String | valid email address |
GET /▲
Get the address book containing all employees except the admin.
Security
ROLE_EMPLOYEE
Returns
Page of addressbook entries.