admin_user.set_locale
Set the language of the CALLING operator’s own admin (‘en’ | ‘pt-BR’ | ‘es’). Always the caller’s own row — there is no operator id to pass. A language the image does not ship falls back to the instance default at read time, never breaking the write.
- Scope:
operator.self.write - System: no
- Reachable from:
POST /v1/commands/admin_user.set_locale(tenant credential) · MCP tooladmin_user.set_locale· SDKclient.call('admin_user.set_locale', …) - Events:
admin_user.locale_set
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "locale": { "maxLength": 10, "minLength": 2, "type": "string" } }, "required": [ "locale" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "locale": { "type": "string" } }, "required": [ "locale" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)