View Source PlacetelAPI.Model.PutSipUsers (placetel_api v2.0.1)
Update a sip user
Link to this section Summary
Link to this section Types
@type t() :: %PlacetelAPI.Model.PutSipUsers{ automatic_prefix: String.t() | nil, blocked_prefixes: String.t() | nil, callerid: String.t() | nil, contact_speeddialing: boolean() | nil, description: String.t() | nil, did: integer() | nil, hotdesk_login: String.t() | nil, hotdesk_pin: String.t() | nil, hotdesk_provisioning_id: integer() | nil, hotdesk_type: String.t() | nil, name: String.t() | nil, p_asserted_identity: String.t() | nil, routing_plan_id: integer() | nil, webuser_id: integer() | nil }