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

## Changes

- **2025-05-28** `35ad9602e3c7` — 1 breaking, 4 warning, 1 info
  - the response property `name` became optional for the status `200`
  - added the new `tcp` enum value to the `protocol` response property for the response status `200`
  - added the new `tls` enum value to the `protocol` response property for the response status `200`
  - added the new `udp` enum value to the `protocol` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/Accounts/:AccountSid/RegisteredSipUsers/:Client/get.md)

---

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