---
title: "GET /companies/{companySlug}/timeUsers"
method: GET
path: "/companies/{companySlug}/timeUsers"
tags: ["time users"]
---

# GET /companies/{companySlug}/timeUsers

`GET /companies/{companySlug}/timeUsers`

Returns all persons who can register time entries for the given company

## Query parameters

- `page` integer
- `pageSize` integer
- `name` string
- `email` string

## Response `200`

OK

- TimeUserResult[]
  - `timeUserId` integer — Unique identifier for the time user
  - `name` string — Name of the person
  - `email` string — Email address of the person
  - `createdDate` string, date-time — Timestamp when the person was added
  - `lastModifiedDate` string, date-time — Timestamp when the person was last modified

---

[API](https://skmtc.dev/fiken/apis/fiken-api.md) · [All operations](https://skmtc.dev/fiken/apis/fiken-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiken/fiken-api/revisions/2473dacdb89c/schema)
