View Source PlacetelAPI.Model.PostSipUsers (placetel_api v2.0.1)

Create a sip user

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostSipUsers{
  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(),
  routing_plan_id: integer() | nil,
  type: String.t(),
  webuser_id: integer() | nil
}