create_user_attribute
Add a new attribute to a user database by specifying field name, data type, and label.
Instructions
Create a new user attribute in a user database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Field name in the user data (e.g. "signup_datetime") | |
| type | No | Data type of the field | |
| label | No | Descriptive label for the field | |
| user_db_id | Yes | User database ID |