Associate Locale

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/locale
API call form
Examples
List of examples
  • Set a user's dashboard language
  • Set an organization's default dashboard language
  • Set the language of a private share link
Description

Dashboards and datasets open in this language for that user.

Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "fr",
  "description": "français",
  "created_at": "2014-12-14T23:00:00.000Z",
  "updated_at": "2014-12-14T23:00:00.000Z"
}