# Users

Shop staff roster — admins, technicians, and service advisors (service writers).

**Response envelope:** `{ status, data[], pagination, error }`.

Filter by `role` to retrieve technicians or service advisors. Use `isActive` to detect
deactivated staff. Distinct from **Technician Timesheets** (clock-in logs only).


## List users

 - [GET /settings/users](https://developers.myautoleap.com/openapi/users/listsettingsusers.md): Returns a paginated list of shop staff for the specified company.

Use role=technician or role=serviceWriter to retrieve technicians or service advisors.
isActive indicates whether the account is active (false = deactivated).

Not an employee roster substitute for timesheets: this endpoint returns configured
staff regardless of clock-in activity. For labor hours logged in a date range, use
GET /technicians/timesheetLogs (Technician Timesheets).

Partner must have Users permission enabled — otherwise HTTP 403.

