Overview
Sometimes you may receive the following message when trying to log in to your instance after creating additional staff user accounts:
Staff count exceeded. (3 > 2). Please contact Kayako Support for further assistance.
Information
The number of staff user accounts you can create on your Kayako Classic instance depends on the number of seats you have purchased for your subscription. Five purchased seats mean you can only create five staff user accounts (agents and admins). If your staff count exceeds the number of purchased seats, you may receive the aforesaid error message.
Prerequisites
- Access to make changes to your database for Kayako Classic Download.
Solution
Please execute the below queries to disable extra staff members from the database:
-
UPDATE swstaff
SET isenabled = 0
WHERE fullname = [Full name of any of your staff members in your helpdesk]; -
DELETE
FROM swregistry
WHERE vkey='staffcache';
NOTES: Disabled staff user accounts do not count in the total seat allocation.