Update Navigation Settings
This operation updates navigation preferences
Oganization specific preferences to be done as MSP testadmin only. If done by Tenant testadmin, includeNavItems will not be supported.
Query Parameters
- organizationId string
- application/json
Request Body
navSettings object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
POST /navigationsettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"navSettings": {
"companySettings": [
{
"deniedNavItems": "string",
"includeNavItems": "string",
"userRole": 0
}
]
}
}'