---
title: "retrieve registered client registration"
method: GET
path: "/Accounts/{AccountSid}/RegisteredSipUsers/{Client}"
tags: ["Clients"]
---

# retrieve registered client registration

`GET /Accounts/{AccountSid}/RegisteredSipUsers/{Client}`

## Response `200`

registered client found

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