View Source PlacetelAPI.Model.PostUsers (placetel_api v2.0.0)

Create new subuser

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostUsers{
  assign_did: boolean() | nil,
  callerid: String.t() | nil,
  did: integer() | nil,
  email: String.t() | nil,
  first_name: String.t(),
  last_name: String.t(),
  phone_mac: String.t() | nil,
  phone_model: String.t() | nil,
  sip_user_type: String.t() | nil
}