---
title: "Publish assignments"
method: PUT
path: "/v1/workspaces/{workspaceId}/scheduling/assignments/publish"
tags: ["Scheduling"]
---

# Publish assignments

`PUT /v1/workspaces/{workspaceId}/scheduling/assignments/publish`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Request body

- PublishAssignmentsRequestV1
  - `end` string, required — Represents end date in yyyy-MM-ddThh:mm:ssZ format.
  - `notifyUsers` boolean — Indicates whether to notify users when assignment is published.
  - `search` string — Represents a search string.
  - `start` string, required — Represents start date in yyyy-MM-ddThh:mm:ssZ format.
  - `userFilter` ContainsUsersFilterRequestV1 — Represents a user filter request object.
    - `contains` 'CONTAINS' | 'DOES_NOT_CONTAIN' | 'CONTAINS_ONLY' — Filter type.
    - `ids` string[] — Represents a list of filter identifiers.
    - `sourceType` 'USER_GROUP' — Valid authorization source type.
    - `status` 'PENDING' | 'ACTIVE' | 'DECLINED' | 'INACTIVE' | 'ALL' — Filters entities by status.
    - `statuses` string[] — Valid array of membership statuses.
  - `userGroupFilter` ContainsUserGroupFilterRequestV1 — Represents a user group filter request object.
    - `contains` 'CONTAINS' | 'DOES_NOT_CONTAIN' | 'CONTAINS_ONLY' — Filter type.
    - `ids` string[] — Represents a list of filter identifiers.
    - `status` 'PENDING' | 'ACTIVE' | 'DECLINED' | 'INACTIVE' | 'ALL' — Filters entities by status.
  - `viewType` 'PROJECTS' | 'TEAM' | 'ALL' — Represents view type.

## Response `200`

OK

## Changes

- **2026-08-20** `a5b636acbcd8` — 12 info
  - the `` request property default value `` was added
  - the `` request property default value `` was added
  - the `` request property default value `` was added
  - the `contains` request property default value `` was added
  - …8 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/scheduling/assignments/publish/put.md)

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
