# Set agent chat limit

Set the maximum number of concurrent chats an agent can handle for the given client.

Endpoint: PUT /payless4messaging-service/WhatsApp/api/v1/users/agent-chat-limit
Version: 3.0.0
Security: apikeyAuth

## Request fields (application/json):

  - `clientRef` (string, required)
    Example: "MyClient"

  - `agentChatLimit` (integer, required)
    Example: 5

## Response 401 fields (application/json):

  - `status` (string)
    Example: "ERROR"

  - `message` (string)
    Example: "Unauthorized user"

  - `requestId` (string)
    Example: "c3a1f8e2-4b6d-11ee-be56-0242ac120002"

  - `timestamp` (string)
    Example: "2026-01-15T10:30:00Z"


## Response 200 fields
