# Assign agents

Assign one or more agents/admins to a given queue.

Endpoint: PATCH /v1/queues/{queueId}/members
Version: v1
Security: ApiKeyAuth

## Path parameters:

  - `queueId` (string, required)

## Request fields (application/json):

  - `agentIds` (array)

## Response 200 fields (application/json):

  - `data` (array)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)


