URL : api/admin/user-options
Method : POST
Query Parameters
| Parameter | Type | Possible Values | Required/Optional | Description |
| allow_users_to_create_ticket | Integer | 0,1 | Optional | Allow users to create ticket |
| user_set_ticket_status | Integer | 0,1 | Optional | Allow users to set ticket status |
| user_show_cc_ticket | Integer | 0,1 | Optional | Allow users for viewing tickets, in which they are cc |
| login_restrictions | Array | Optional | Allow users to verify by email | |
| user_registration | Integer | 0,1 | Optional | Allow users registration |
| user_reply_org_ticket | Integer | 0,1 | Optional | Allow users to reply on their organization tickets |
| user_show_org_ticket | Integer | 0,1 | Optional | Allow users to view their organization tickets |
Response:
{
"success": true,
"message":"User options saved successfully"
}