---
title: "List Clients"
method: GET
path: "/Clients"
tags: ["Clients"]
---

# List Clients

`GET /Clients`

Returns a list of clients

## Response `200`

retrieve online sip users for an account

- object[]
  - `account_sid` string, uuid
  - `client_sid` string, uuid
  - `username` string
  - `password` string — in the response the password will only show the first character with subsequnet ones replaces by an x
  - `is_active` 1 | 0
  - `allow_direct_app_calling` 1 | 0
  - `allow_direct_queue_calling` 1 | 0
  - `allow_direct_user_calling` 1 | 0

---

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