# UserGroup

Represents a user group entity. Use it in an import script.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| id |  string  |  The ID of the user group.   |
| name |  string  |  The name of the user group.   |
| type |  `&apos;group&apos;`  |    Identifies this object as a user group value.     Set this property to `&apos;group&apos;` when you use the object as a custom field value.     YouTrack infers this value for predefined user group fields. See [FieldValue.type](Import-FieldValue.html#property-type).    |

## See also

[YouTrack Import API](YouTrack-Import-Api-Documentation.html)

