Countries simply have a name and an id where the id is the two-letter country code (ISO) in capitals. By default, all countries are listed in the Luzmo platform. The only use for countries is to provide information on where your users are located to the platform which can be done by associating a country to the user or to the organization. Since countries are managed by Luzmo, you can not create, delete or update them.
npm install @luzmo/nodejs-sdk{
"count": 1,
"rows": [
{
"id": "US",
"name": {
"nl": "Verenigde Staten van Amerika",
"fr": "Etats Unis",
"de": "Vereinigte Staaten von Amerika",
"en": "United States"
},
"created_at": "2015-01-23T23:00:59.783Z",
"updated_at": "2015-01-23T23:00:59.783Z"
}
]
}