# User

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

## Properties

| Name | Type | Description |
| --- | --- | --- |
| banned |  boolean  |  If the user is currently banned, this property is `true`. The default value is `false`.   |
| deleted |  boolean  |  If the user is deleted, this property is `true`. The default value is `false`.   |
| email |  string  |  The email address of the user.   |
| fullName |  string  |  The full name of the user.   |
| id |  string  |  The ID of the user.   |
| name |  string  |  The name of the user.   |
| type |  `&apos;user&apos;`  |    Identifies this object as a user value.     Set this property to `&apos;user&apos;` when you use the object as a custom field value.     YouTrack infers this value for predefined user fields. See [FieldValue.type](Import-FieldValue.html#property-type).    |
| userType |  string  |    The type of the user in helpdesk projects.     Possible values are `&apos;AGENT&apos;`, `&apos;REPORTER&apos;`, and `&apos;STANDARD_USER&apos;`.     When this property is omitted, the user is treated as a standard user.    |

## See also

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

