---
title: "GET /user"
method: GET
path: "/user"
tags: ["Users"]
---

# GET /user

`GET /user`

Fetches all the users of your company

## Response `200`

If the auth token is valid.

- Users — Schema for users
  - `statusCode` number — Will be 0 in case of success
  - `message` string — Contains the success message or error reason, based on the statusCode
  - `data` object[]
    - `userId` string — Id of the user
    - `name` string — Name of the user
    - `phoneNumber` string — Phone number of the user
    - `email` string — Email of the user
    - `designation` string — Designation of the user
    - `process` string[] — Array of processes

## Other responses

- `403` — UnAuthorized.

---

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