Create laptop owner mappings
Select
SaaS
Customer Managed
API to create laptop owner mappings
- application/json
Request Body
List of laptop owner mappings to be added
laptopOwnerMapping object[]
serialNumber stringSerial number of the laptop
laptopName stringDisplay name of the laptop
host stringHost name of the laptop
ownerEmail stringEmail address of the owner
ownerUPN stringUPN of the owner
osType stringOperating system of the owner
company object
id int32name string
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...