Modify Access Control
Updates owner permissions and/or automatic laptop ownership assignment
- application/json
Request Body
ownerPermissions object[]
List of owner permissions
id int32name stringautomaticLaptopOwnershipAssignment object
Details of automatic laptop ownership assignment
assignLaptopOwnerAutomatically booleanWhether the laptop ownership assignment is automatic or not
laptopOwnerOption LaptopOwnerOptionPossible values: [
ALL_LOGGED_IN_AD_USERS
,FIRST_USER_TO_LOGIN
,ALL_USERS_OF_USERGROUPS
]Options to automatically assign laptop owners
userGroups stringComma seperated usergroups to add users from, when the laptopOwnerOption is 'ALL_USERS_OF_USERGROUPS'
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...