Create a new client

Creates a new sip client

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
account_sidstringRequiredformat: "uuid"
usernamestringRequired
passwordstringRequired
is_activeenumOptional
Allowed values:
allow_direct_app_callingenumOptional
Allowed values:
allow_direct_queue_callingenumOptional
Allowed values:
allow_direct_user_callingenumOptional
Allowed values:

Response

Client created successfully
sidstring or nullformat: "uuid"

Errors