Update User Option Details

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 email Optional Allow users to […]

Read More

Get User Option Details

URL: api/admin/get-user-options Method: GET Success Response : { “success”: true, “data”: { “user_set_ticket_status”: 1, “user_registration”: 1, “user_show_org_ticket”: 1, “user_reply_org_ticket”: 0, “allow_users_to_create_ticket”: 0, “login_restrictions”: [ “email” ], “user_show_cc_ticket”: 0 }}  

Read More