# IUser

## Content

# Interface: IUser

Represents a user in the collaboration system. It comes from GC.Spread.Common.IUser

## Hierarchy

- **`IUser`**

  ↳ [`IUserWithPermission`](IUserWithPermission)

## Table of contents

### Properties

- [avatar](IUser#avatar)
- [color](IUser#color)
- [email](IUser#email)
- [id](IUser#id)
- [name](IUser#name)

## Properties

### <a id="avatar" name="avatar"></a> avatar

• `Optional` **avatar**: [`IImageSource`](../README#iimagesource)

___

### <a id="color" name="color"></a> color

• `Optional` **color**: `string`

___

### <a id="email" name="email"></a> email

• `Optional` **email**: `string`

___

### <a id="id" name="id"></a> id

• **id**: `string`

___

### <a id="name" name="name"></a> name

• **name**: `string`
