Attributes of user object returned by the API.
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | datetime | Creation time of the user. | [optional] |
| disabled | bool | Whether the user is disabled. | [optional] |
| str | Email of the user. | [optional] | |
| handle | str | Handle of the user. | [optional] |
| icon | str | URL of the user's icon. | [optional] |
| name | str | Name of the user. | [optional] |
| status | str | Status of the user. | [optional] |
| title | str | Title of the user. | [optional] |
| verified | bool | Whether the user is verified. | [optional] |