---
title: "Modify Invite Reminder Settings specified by id"
method: PATCH
path: "/invite-reminder-settings/{id}"
tags: ["Endpoints"]
---

# Modify Invite Reminder Settings specified by id

`PATCH /invite-reminder-settings/{id}`

Modifies parts of an Invite Reminder Settings entity object determined by the provided identifier,
as specified by the attached PATCH request body.

## Path parameters

- `id` string, required

## Request body

- InviteReminderSettingsUpdateRequestBody
  - `enabled` boolean
  - `serviceInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string
  - `productInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string

## Response `200`

the modified Invite Reminder Settings entity object

- InviteReminderSettings
  - `id` string, required
  - `accountId` string, required
  - `channelId` string, required
  - `eventTypeId` string, required
  - `enabled` boolean, required
  - `serviceInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string
  - `productInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string
  - `createdAt` string, datetime, required
  - `updatedAt` string, datetime, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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