Recent searches


No recent searches

Announcing new bulk APIs for agent availability with omnichannel routing



image avatar

Jenny Gillett

Zendesk Product Manager

Edited Mar 05, 2025


0

1

1 comment

image avatar

Jacquelyn Brewer

Zendesk Documentation Team

Phase two is now available.
 

Phase 2: Managing capacity rules and skills for many agents

Admins can now update the capacity rules and skills for multiple agents at once using the following endpoints:

  • List capacity rules for specified agents. See Get Assignees.
    GET /api/v2/capacity/rules/assignees
  • List all assignees for a specified capacity rule. See Get Assignees by Capacity Rule Id.
    GET /api/v2/capacity/rules/{capacity_rule_id}/assignees
  • List skills (referred to as attributes) for specified agents. See List attribute values for many agents.
    GET /api/v2/routing/agents/instance_values?filter[agent_ids]={filter[agent_ids]}
  • Add, update, or remove skills (referred to as attributes) for up to 100 agents. See Bulk Set agent attribute values job
    POST /api/v2/routing/agents/instance_values/job

0


Article is closed for comments.