Users Metadata
Available since: v1.0.0
| File | Snapshot | Delta | Frequency |
|---|---|---|---|
| users_metadata/users_metadata_yyyy_MM_dd.csv | :white_check_mark: | :white_check_mark: | Daily |
🚧 In a busy system the snapshot file will over time grow into multiple GB.
| Attribute | Required? | Value | Description |
|---|---|---|---|
| ID | Yes | NUMBER | Unique identifier for the attribute |
| USER_ID | NUMBER | Foreign key for Users | |
| NAME | VARCHAR2(150 BYTE) | Name of metadata field | |
| VALUE | VARCHAR2(4000 BYTE) | Value of metadata field | |
| HIDDEN | 0 or 1 | Flag if the entity available through normal API calls for user metadata | |
| ALLOW_USER_TO_UPDATE | Yes | 0 or 1 | Flag if the user is allowed to update the value |
| UPDATE_TIME | DATE |