Update the application language for a user

Learn about the UpdateUserLanguageFromService endpoint in the ExternalUser collection.

This API lets you update the app language for an existing end user.

API request

Sample

PUT {{ServerURL}}/api/ExternalUser/UpdateUserLanguageFromService

Body

{
"serviceUserId": 23422543,
"Language": "en"
}

Parameters

Parameter
Description

serviceName

Name of the user.

serviceUserId

Unique identifier of the user.

Language

Language used by the user in their interactions with the platform.

Last updated

Was this helpful?