---
title: "List users"
method: POST
path: "/list-users"
---

# List users

`POST /list-users`

This endpoint retrieves a list of users associated with the company.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.

## Request body

- ListUsers
  - `companyKey` string

## Response `200`

Success

- ListUsersResponse
  - `result` object[]
    - `id` string
    - `username` string
    - `roles` string[]

## Other responses

- `400` — ArgumntError

---

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