---
title: "retrieve online sip users for an account by list of sip username"
method: POST
path: "/Accounts/{AccountSid}/RegisteredSipUsers"
tags: ["Clients"]
---

# retrieve online sip users for an account by list of sip username

`POST /Accounts/{AccountSid}/RegisteredSipUsers`

## Request body

- string[]

## Response `200`

retrieve online sip users for an account

- RegisteredClient[]
  - `name` string — the client username
  - `contact` string — The value in the contact header of the registration
  - `expiryTime` integer — The timestamp (in ms since 00:00:00.000 01/01/1970) that the current registraion will expire
  - `protocol` 'wss' | 'udp' | 'tcp' | 'tls'
  - `allow_direct_app_calling` integer — set to 1 if client is allowed to call app sids directly
  - `allow_direct_queue_calling` integer — set to 1 if client is allowed to dial into queues to dequeue calls
  - `allow_direct_user_calling` integer — set to 1 if client is allowed to call other users by name directly.
  - `registered_status` 'active' | 'inactive' — if there is a current registered session from the client
  - `proxy` string — The source IP and Port used for the registration request.

---

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