Modify Access Control
Select
SaaS
Customer Managed
Updates owner permissions and/or automatic laptop ownership assignment
- application/json
Request Body
ownerPermissions object[]
automaticLaptopOwnershipAssignment object
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
}
PUT /v4/accesscontrol
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/AccessControl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}'