Skip to content
v0.3

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 tool admin_user.set_locale · SDK client.call('admin_user.set_locale', …)
  • Events: admin_user.locale_set
{
"properties": {
"locale": {
"maxLength": 10,
"minLength": 2,
"type": "string"
}
},
"required": [
"locale"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"locale": {
"type": "string"
}
},
"required": [
"locale"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)