---
title: "GET /users"
method: GET
path: "/users"
tags: ["User"]
---

# GET /users

`GET /users`

## Get users
 Get all users available by companies logged in user

## Query parameters

- `authorization` string, required

## Response `200`

Array of User model instances

- object[]
  - `id` number
  - `authUid` string
  - `createdAt` string
  - `email` string
  - `name` string
  - `policy` boolean
  - `updatedAt` string

---

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