Create auto-assign request

Initiate a request to auto-assign shifts by their IDs. If multiple IDs are provided, all corresponding shifts must occur within the same work week (e.g., Monday to Sunday). This endpoint only submits the request; processing may take a few minutes. The auto-assignment considers user preferences to work, unavailability, and approved time off. For assignment status, refer to the auto-assign status endpoint.

Log in to see full request history
Path Params
integer
required

The unique identifier of the scheduler

Body Params
shiftsIds
array of strings
required

List of shift IDs to start a request to auto assign. The shifts must be within the same week period (according to the scheduler settings).

Shiftsids*
boolean
Defaults to true

Determines whether to take into consideration the qualifications of users.

boolean
Defaults to true

Determines whether to consider users' unavailabilities.

boolean
Defaults to true

Determines whether to consider users' limitations.

boolean
Defaults to false

Determines whether to assign open shifts exclusively to requesters. If set to false, it first prioritizes requesters, then assigns the remaining.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json