PlatformSetting
A stored platform setting.
Settings are key/value pairs belonging to one user within an organization.
Values are always strings — numbers and booleans arrive as '8' / 'false', and
structured settings as a JSON string the caller parses.
Properties¶
| Property | Type | Description |
|---|---|---|
id |
number |
Identifier of the stored setting row. |
key |
PlatformSettingKey |
The setting's key. |
organizationId |
string |
Organization (account) GUID the setting belongs to. |
userId |
string |
GUID of the user the setting belongs to. |
value |
string |
Setting value, always serialized as a string. |