Below is the data structure of User Tags
| Field | Type | Description |
|---|---|---|
| String | Unique alphanumeric string id |
| userId | String | User ID that this tag belongs to |
| name | String | Name of this tag |
| options | Array | Array of String options |
| selectedOptions | Array | Array of String options that are currently selected |
| isMulti | Boolean | Boolean for whether or not this tag allows multi select |

