Export Agent Schedules API

Use the Export Agent Schedules API to easily export agent schedules from CXone Mpower Workforce Management to other applications. With this API, you can retrieve the schedule of a single agent per request. The agent’s schedule can be retrieved for a period of up to seven days.

The Export Agent Schedules APIs are available in the developer portal.

For example, you want to have automatic scheduling in your interactive voice response (IVR) system. You can use this API to tell the caller if a certain employee is available.

See Getting Started in the developer portal before using this API.

API Request

The Export Agent Schedules entity name for the POST job is export API. The endpoint is /schedules/export.

API to Find User ID

When exporting an agent schedule, you need the agent's user ID. You can use the Search Users API to find it.

The entity name for the GET job is user search, and the endpoint is /user-management/v2/users/search.

In the request, enter the employee’s username. This will give you the user ID. You can find their username in their employee account.