---
title: "Set a post reminder"
method: POST
path: "/api/v4/users/{user_id}/posts/{post_id}/reminder"
tags: ["posts"]
---

# Set a post reminder

`POST /api/v4/users/{user_id}/posts/{post_id}/reminder`

Set a reminder for the user for the post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.

## Path parameters

- `user_id` string, required
- `post_id` string, required

## Request body

- object
  - `target_time` integer, required — Target time for the reminder

## Response `200`

Reminder set successfully

- 38cb7293StatusOK
  - `status` string — Will contain "ok" if the request was successful and there was nothing else to return

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `404` — Resource not found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
