# Assign agents Assign one or more agents/admins to a given queue. Endpoint: PATCH /beta/queues/{queueId}/members Version: beta 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)