User
Represents a user entity.
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`. |
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. |
userType | string | The type of the user in helpdesk projects. Possible values: 'AGENT', 'REPORTER', 'STANDARD_USER'. When not set, the user is treated as a standard user. |
04 February 2026