SOLVED

guest invitation language

Brass Contributor

Hello

 

what determines (and how can it be changed) the language used in the invitation mail of a guest user?

2019-01-18_10-06-42.jpg

thanks for your help

1 Reply
best response confirmed by VI_Migration (Silver Contributor)
Solution

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

 

And Message Language is here

 

https://blogs.msdn.microsoft.com/premier_developer/2017/09/29/getting-started-with-the-azure-ad-b2b-...

 

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 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution

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

 

And Message Language is here

 

https://blogs.msdn.microsoft.com/premier_developer/2017/09/29/getting-started-with-the-azure-ad-b2b-...

 

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

View solution in original post