| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique Id | [optional] |
| name | str | Name of user attribute | [optional] |
| label | str | Human-friendly label for user attribute | [optional] |
| type | str | Type of user attribute ("string", "number", "datetime", "yesno", "zipcode") | [optional] |
| default_value | str | Default value for when no value is set on the user | [optional] |
| is_system | bool | Attribute is a system default | [optional] |
| value_is_hidden | bool | If true, users will not be able to view values of this attribute | [optional] |
| user_can_view | bool | Non-admin users can see the values of their attributes and use them in filters | [optional] |
| user_can_edit | bool | Users can change the value of this attribute for themselves | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |