Forum Discussion
Charles-André Bélanger
Jan 18, 2019Copper Contributor
guest invitation language
Hello
what determines (and how can it be changed) the language used in the invitation mail of a guest user?
thanks for your help
Hi!
Here is how is it determined
https://docs.microsoft.com/en-us/azure/active-directory/b2b/invitation-email-elements
And here is how it can be changed via the Azure Active Directory B2B collaboration API
https://docs.microsoft.com/en-us/azure/active-directory/b2b/customize-invitation-apiAnd Message Language is here
Property
Type
Description
ccRecipients
Array of Recipient
An array of additional recipients the invitation email message should be sent to. Currently only 1 additional recipient is supported.
customizedMessageBody
String
Customized message body you would like to send rather than the default message
messageLanguage
String
ISO 639 language format. Default is en-US. Ignored if the customizedMessageBody property is populated.
Hope it helps and answers your question!
Best, Chris
1 Reply
Sort By
Hi!
Here is how is it determined
https://docs.microsoft.com/en-us/azure/active-directory/b2b/invitation-email-elements
And here is how it can be changed via the Azure Active Directory B2B collaboration API
https://docs.microsoft.com/en-us/azure/active-directory/b2b/customize-invitation-apiAnd Message Language is here
Property
Type
Description
ccRecipients
Array of Recipient
An array of additional recipients the invitation email message should be sent to. Currently only 1 additional recipient is supported.
customizedMessageBody
String
Customized message body you would like to send rather than the default message
messageLanguage
String
ISO 639 language format. Default is en-US. Ignored if the customizedMessageBody property is populated.
Hope it helps and answers your question!
Best, Chris