cURL
curl --request POST \ --url https://api-{region}.sesametime.com/schedule/v1/planners/{plannerId}/shift-assignments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "shiftAssignments": [ { "employeeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "date": "2026-02-10", "shiftId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "assign" } ] } '
{ "data": "", "meta": { "currentPage": 1, "lastPage": 1, "total": 1, "perPage": 1 } }
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The planner ID
Manage shift assignments for employees within a planner. Use 'status' field to assign or delete shifts in a single request.
Show child attributes
Object
""
Suggestions