> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/recipient-group/check-recipient-group-template-switch.md).

# Check Recipient Group Template Switch

`POST` `https://ris.rightsline.com/v4/recipient-group/:id/switch-template-check`

Preview what will change before committing to a template switch.

**Path Parameters**

| Name | Type    | Description                           |
| ---- | ------- | ------------------------------------- |
| id\* | integer | The unique ID of the recipient group. |

**Headers**

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

**Response**

```
{
  "relationshipsNotMigrated": { "parties": [], "associations": {} },
  "characteristicsNotMigrated": [],
  "characteristicsRequiredOnNewTemplate": []
}
```
