GetCompanyLaptopAdmins
Get a company's laptop admins.
Path Parameters
- companyId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
error object
errorMessage stringerrorCode int32laptopAdmins object[]
List of laptop admins (users or user groups).
id int32name stringtype string
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"laptopAdmins": [
{
"id": 0,
"name": "string",
"type": "string"
}
]
}
Loading...