Put LaptopOwner Mapping Action Assign
Select
SaaS
Customer Managed
API to assign users specified in device owner mapping as owners of laptops presented in the request body.
Query Parameters
- companyId int32
Id of the company that this operation will be performed for
- application/json
Request Body
Assign owners to laptops in the request.
- laptopOwnerMapping int32[]
Accepts list of laptop owner mapping ids to be applied
- applyAll boolean
Default value:
true
This indicates if applying assign laptop owners to all device user mappings within a company
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...