UserPreferenceConsoleRequest
This object represent user-prefernce create object.
{
"assign_to": [
"Operator"
],
"name": "Default notification console",
"description": "Detailed description about the user-preference",
"is_predefined": true,
"is_default": true,
"parent_id": "string",
"data": {}
}
The console is assigned to which ROLE. For logged in user , this field value will be populated automatically, but if Admin user wants to assign, the console to any ROLE then it needs to be sent in the request payload. Non admin user won't be able assign any ROLE.
Display name for the console.
This is notification console preference, created for admin.
Set to true only for console which are predefined by system.
Set to true only for default user preferences
Parent id of the console. Default value is null.
This will contain all UI specific user-preference details. This is free object and can contain any thing UI wants to store.