Groups
Returns information about Bugzilla groups.
Columns
| Name | Type | Description |
| Id [KEY] | Int | The unique integer ID that Bugzilla uses to identify this group. Even if the name of the group changes, this ID will stay the same. |
| Name | String | The name of the group. |
| Description | String | The description of the group. |
| IsBugGroup | Int | Whether this group is to be used for bug reports or is only administrative specific. |
| UserRegExp | String | A regular expression that allows users to be added to this group if their login matches. |
| IsActive | Boolean | Whether this group is currently active or not. |
| Membership | Int | Set this to 1 to get the Users of the group. This field holds no information. |
| Users | String | User objects that are members of this group; only returned if the user sets the 'Membership' parameter to 1. |