# UserInfo
Information about user.

## Properties

### `UserName`
`String`<br/>
The name of the user.

### `FirstName`
`String`<br/>
The first name of the user.

### `LastName`
`String`<br/>
The last name of the user.

### `ContractType`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
The type of market from which user will receive market and historical data, values from [`ContractType`](../../enumerations/ContractType.md).

### `UserEnabled`
`Boolean`<br/>
The value indicating whether user is enabled.

### `IsDeleted`
`Boolean`<br/>
Deleted state means account is disable and not preloaded into the server.

### `ConnectionSettings`
[`ChannelConnectionSetting[]`](ChannelConnectionSetting.md)<br/>
Connection settings for user.

### `DataLimitation`
[`DataLimitation[]`](DataLimitation.md)<br/>
Count of symbols per user for specified type of market data.

### `DataAccess`
[`DataAccess`](DataAccess.md)<br/>
Accessibility to specified type of data.

### `ClearingId`
`Number`<br/>
The clearing to which the user belongs.

### `InstanceId`
`Number`<br/>
The instance server to which the user belongs.
