WorkOS
user_management.invitations.resend.create
Resends an invitation email to the recipient. The invitation must be in a pending state.
Remote workos
Other tools also called user_management.invitations.resend.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the invitation."
},
"locale": {
"enum": [
"af",
"am",
"ar",
"bg",
"bn",
"bs",
"ca",
"cs",
"da",
"de",
"de-DE",
"el",
"en",
"en-AU",
"en-CA",
"en-GB",
"en-US",
"es",
"es-419",
"es-ES",
"es-US",
"et",
"fa",
"fi",
"fil",
"fr",
"fr-BE",
"fr-CA",
"fr-FR",
"fy",
"gl",
"gu",
"ha",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"it-IT",
"ja",
"jv",
"ka",
"kk",
"km",
"kn",
"ko",
"lt",
"lv",
"mk",
"ml",
"mn",
"mr",
"ms",
"my",
"nb",
"ne",
"nl",
"nl-BE",
"nl-NL",
"nn",
"no",
"pa",
"pl",
"pt",
"pt-BR",
"pt-PT",
"ro",
"ru",
"sk",
"sl",
"sq",
"sr",
"sv",
"sw",
"ta",
"te",
"th",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-CN",
"zh-HK",
"zh-TW",
"zu"
],
"type": "string",
"description": "The locale to use when rendering the invitation email. See [supported locales](/authkit/hosted-ui/localization)."
}
}
}