Skip to main content

Update existing laptop owner mapping

Select

SaaS
Customer Managed

API to update existing laptop owner mapping

Request Body

List of laptop owner mappings to update.

  • laptopOwnerMapping object[]
  • id int32 required

    Unique Id

  • serialNumber string

    This is the serial number

  • laptopName string

    name of the laptop

  • host string

    host name of the laptop

  • ownerEmail string

    Email address of the owner

  • ownerUPN string

    UPN of the owner

  • osType string

    Possible values: [MAC, WIN]

    OS type of the laptop. Can be LINUX or MAC

  • company object
  • id int32
  • name string
  • configured boolean

    This indicates if the laptop has been installed or not

  • client object
  • id int32
  • name string
  • error object
  • errorMessage string
  • errorCode int32
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...