Set Hosted Login Translation
Sets the input translations at the specified level (instance or organization) for the input language.
Required permissions:
iam.policy.write
Request Body
application/json
locale?string
The locale of the translations to be set. Needs to be a BCP 47 language tag (e.g. "en", "de", "fr-CH").
translations?
Translations should contain the translations in the specified locale.
instance*boolean
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/v2/settings/hosted_login_translation" \ -H "Content-Type: application/json" \ -d '{ "instance": true }'{
"etag": "string"
}Was this page helpful?
List Organization Settings
List Organization Settings: Returns a list of organization settings. Required permission:
Set Organization Settings
Set Organization Settings: Sets the settings specific to an organization. Organization scopes usernames defines that the usernames have to be unique in the organization scope, can only be changed if the usernames of the user...