---
title: "Modify all Invite Reminder Settings in the Account"
method: PATCH
path: "/invite-reminder-settings"
tags: ["Endpoints"]
---

# Modify all Invite Reminder Settings in the Account

`PATCH /invite-reminder-settings`

Modifies the desired parts of all Invite Reminder Settings for a given Event Type id within the active Account, in which the request is originating.

The desired modifications are expressed in the attached PATCH request body.

## Query parameters

- `event-type-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`

Collection of all Invite Reminder Settings entity objects for the provided Event Type within the active Account, in which the request is originating.

- 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)
