---
title: "OData end point to get a list of all users"
method: GET
path: "/api/user"
tags: ["User"]
---

# OData end point to get a list of all users

`GET /api/user`

## Response `200`

OK

- UserDTO[]
  - `firstName` string
  - `lastName` string
  - `middleName` string
  - `email` string, required
  - `lastLoginDate` string, date-time — 
  - `isEnabled` boolean — Indicates if this user is active or not.
  - `role` RoleRef
    - `guid` string, uuid
    - `name` string, required
  - `createdDate` string, date-time — 
  - `hourlyRate` number, double, required — Sets the default hourly rate for the user for time entries.
  - `guid` string, uuid
  - `displayName` string — 
  - `name` string — 
  - `timeZoneId` string

---

[API](https://skmtc.net/practicepanther/apis/legacy-api-v1.md) · [All operations](https://skmtc.net/practicepanther/apis/legacy-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/practicepanther/legacy-api-v1/revisions/a444c5b1e78b/schema)
