---
title: "List users"
method: GET
path: "/api/1/org/users"
tags: ["Users of organization"]
---

# List users

`GET /api/1/org/users`

## Query parameters

- `filters[roles]` string[] — Filters users by their role.
- `sort` string, nullable — Sorts the result by the attribute. Defaults to name alphabetically.

## Response `200`

- object
  - `users` object[]
    - `ID` integer
    - `@type` string
    - `Title` string, nullable
    - `Name` string
    - `FirstName` string
    - `LastName` string
    - `Avatar` string
    - `Email` string
    - `Scope` string
    - `HasContact` boolean
    - `business` object
      - `Name` string
      - `Modules` integer
      - `LogoLight` string, nullable
      - `LogoDark` string, nullable
      - `Logo` string, nullable
      - `@type` string
      - `PasswordPolicy` object
        - `min` integer
        - `mixedCase` boolean
        - `symbols` boolean
        - `uncompromised` boolean
        - `strength` integer
    - `Role` string
    - `MFA` boolean
    - `created_at` string
    - `Locale` string
    - `Locked` boolean
  - `quota` object
    - `price_per_user` integer
    - `total_user_used` integer
    - `total_user_available` integer

---

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