Staff
Section: HR & Workforce
URL:/admin/staff
Page title: (2) Angajați
Overview
Staff are the internal users of the platform. Manage personal info, login credentials, role assignments, and permissions.
Business value
The internal user directory — accounts, login credentials, role assignments, department, contact info. The control panel for who can do what inside the platform.
- Who uses it: IT admin, HR, executives
- Key benefit: Onboards and offboards employees in minutes with the right access from day one.
Typical use cases:
- New hire setup in 5 minutes
- Instant access revocation when someone leaves
- Permission audits for compliance
At a glance
Accessing this module
From the admin sidebar, navigate to Staff, or open the URL directly:
/admin/staff
List view
The list view shows existing staff records. Use it to search, filter, sort, and bulk-act on items.
Common actions
- View existing records — open Staff from the sidebar to see the list view.
- Search and filter — use the search box and column filters to find records.
- Create a new record — click the Add / New button (or follow the "Create" URL above) and fill in the required fields.
- Edit a record — click a row to open the detail view, then use the edit action.
- Delete a record — use the row's delete action; deletion may be soft or hard depending on the module.
- Bulk operations — select multiple rows via the checkboxes and apply a bulk action from the toolbar (export, delete, status change, etc., where supported).
API
This module is available via the REST API.
Authentication. All API requests require the header authtoken: <token> (generate one at /admin/api/api_management).
Base URL. https://your-domain.tld/api/
Key endpoints:
| Method | Path | Purpose |
|---|---|---|
GET |
{{base_url}}staffs?nr_page&per_page=10 |
List all Staffs |
GET |
{{base_url}}staffs/:id |
Get One Staff |
GET |
{{base_url}}staffs/search/cristi |
Search Staff Information |
POST |
{{base_url}}staffs |
Add New Staff |
PUT |
{{base_url}}staffs/:id |
Update a Staff |
DELETE |
{{base_url}}delete/staffs/:id |
Delete a Staff |
See the full payload schemas, query parameters, and example responses in the API reference (Staff).
Captured: 2026-05-10T09:51:26.776Z · Source: demo.crmconnect.io/admin/staff