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

# GET /user/ids

`GET /user/ids`

> **Deprecated.**

Fetches all the user ids of your company

## Response `200`

If the auth token is valid.

- UserIds — Schema for user ids
  - `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

## 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)
