Modify dashboard access
Modify dashboard access
Path Parameters
dashboardId int64 required
dashboardId
application/json
Request Body required
updateLookerDashboardAccessRequest
- Array [
- ]
dealerAccessMap object
property name* string
dealerRoleMap object
property name* string[]
string
enableMyIQDso boolean
featureKeyList string[]
userAccessMap object
property name* string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
error object
errorCode string
errorDescription string
status string
warning object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...