cURL
curl --request POST \ --url https://api-{region}.sesametime.com/schedule/v1/entity-schedule-templates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "employeeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scheduleTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "startDate": "2023-12-25", "endDate": "2023-12-25" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Assign employee to schedule template
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Data to create a employee schedule template
Employee UUID
Schedule template UUID
Start date
End date
Employee schedule template created
Suggestions