Users
Allows you to get information about user accounts.
Columns
| Name | Type | Description |
| Id [KEY] | Int | The unique integer ID that Bugzilla uses to represent this user. Even if the user's login name changes, this will not change. |
| Name | String | The login name of the user. |
| RealName | String | The actual name of the user. May be blank. |
| String | The email address of the user. | |
| CanLogin | Boolean | A boolean value to indicate if the user can login into Bugzilla. |
| EmailEnabled | Boolean | A boolean value to indicate if bug-related mail will be sent to the user or not. |
| LoginDeniedText | String | A text field that holds the reason for disabling a user from logging into Bugzilla. If empty then the user account is enabled; otherwise it is disabled/closed. |
| SavedSearches | String | User's saved searches. |
| SavedReports | String | User's saved reports. |