posts

Set a post reminder

Set a reminder for the user for the post.

Permissions

Must have read_channel permission for the channel the post is in.

post/api/v4/users/{user_id}/posts/{post_id}/reminder

Path parameters

user_idstring required

User GUID

post_idstring required

Post GUID

Request body

target_timeinteger required

Target time for the reminder

Response

Reminder set successfully

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 1 revision of this API.