---
title: "Notify SyncPlay group that member is ready for playback."
method: POST
path: "/SyncPlay/Ready"
tags: ["SyncPlay"]
---

# Notify SyncPlay group that member is ready for playback.

`POST /SyncPlay/Ready`

## Request body

- ReadyRequestDto — Class ReadyRequest.
  - `When` string, date-time — Gets or sets when the request has been made by the client.
  - `PositionTicks` integer — Gets or sets the position ticks.
  - `IsPlaying` boolean — Gets or sets a value indicating whether the client playback is unpaused.
  - `PlaylistItemId` string, uuid — Gets or sets the playlist item identifier of the playing item.

## Response `204`

Group state update sent to all group members.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
