Feature/retrieve registered users (#243)

* add GET /Accounts/:sid/RegisteredSipUsers

* fix vulnerabilities
This commit is contained in:
Dave Horton
2023-10-22 17:32:59 +02:00
committed by GitHub
parent a1c302f85c
commit 7b805130bb
7 changed files with 425 additions and 307 deletions
+22
View File
@@ -4164,6 +4164,28 @@ paths:
type: string
length:
type: string
/Accounts/{AccountSid}/RegisteredSipUsers:
parameters:
- name: AccountSid
in: path
required: true
schema:
type: string
format: uuid
get:
tags:
- Accounts
summary: retrieve online sip users for an account
operationId: listQueues
responses:
200:
description: retrieve online sip users for an account
content:
application/json:
schema:
type: array
items:
type: string
/Lcrs:
post:
tags: