UpdateCompanyLaptopAdmins
Update a company's laptop admins.
Path Parameters
- companyId string required
- application/json
Request Body
List of users or user groups and operation type
laptopAdmins object[]
List of laptop admins (users or user groups)
id int32name stringtype string- operationType UpdateOperationType
Possible values: [
OVERWRITE
,ADD
,DELETE
,CLEAR
]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
error object
errorMessage stringerrorCode int32
{
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...