Skip to main content

GetCompanyLaptopAdmins

Get a company's laptop admins.

Path Parameters
  • companyId string required
Responses

OK


Schema
  • error object
  • errorMessage string
  • errorCode int32
  • laptopAdmins object[]

    List of laptop admins (users or user groups).

  • id int32
  • name string
  • type string
GET /v4/company/:companyid/laptopadmins    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
companyId — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/LaptopAdmins' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'