---
title: "Sets the KINDOO invitation email for a given language that is sent to a user that does not yet have the KINDOO application and is flagged as temporary. If email subject and body are set to empty for a given language, the English saved version will be used. If the English saved version is empty, the email saved by KindooSaveSiteInvitationNewUserEmailByLanguage endpoint will be used. If that is also empty, the default KINDOO email will be used."
method: POST
path: "/KindooSaveSiteInvitationNewUserFlaggedAsTemporaryEmailByLanguage"
tags: ["Environment Management"]
---

# Sets the KINDOO invitation email for a given language that is sent to a user that does not yet have the KINDOO application and is flagged as temporary. If email subject and body are set to empty for a given language, the English saved version will be used. If the English saved version is empty, the email saved by KindooSaveSiteInvitationNewUserEmailByLanguage endpoint will be used. If that is also empty, the default KINDOO email will be used.

`POST /KindooSaveSiteInvitationNewUserFlaggedAsTemporaryEmailByLanguage`

## Response `200`

OK

- CustomEmailObject
  - `ID` integer
  - `EnvironmentID` integer
  - `EmailType` integer
  - `SubjectEnglish` string
  - `BodyEnglish` string
  - `SubjectFrench` string
  - `BodyFrench` string
  - `SubjectSpanish` string
  - `BodySpanish` string
  - `SubjectPortugueseEuropean` string
  - `BodyPortugueseEuropean` string
  - `SubjectPortugueseBrazilian` string
  - `BodyPortugueseBrazilian` string
  - `CreatedBy` string, uuid
  - `CreatedOn` string, date-time — format YYYY-MM-DDTHH:mm:ss
  - `ModifiedBy` string, uuid
  - `ModifiedOn` string, date-time — format YYYY-MM-DDTHH:mm:ss
  - `created_by_user` object
  - `modified_by_user` object

## Other responses

- `303` — See Other
- `401` — Unauthorized - your session is not valid

---

[API](https://skmtc.net/kindoo/apis/kindoo-tech.md) · [All operations](https://skmtc.net/kindoo/apis/kindoo-tech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kindoo/kindoo-tech/revisions/0f2499440f4b/schema)
