# APIEntitiesUserBasic


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**username** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**avatar_url** | **string** |  | [optional] [default to undefined]
**avatar_path** | **string** |  | [optional] [default to undefined]
**custom_attributes** | [**Array&lt;APIEntitiesCustomAttribute&gt;**](APIEntitiesCustomAttribute.md) |  | [optional] [default to undefined]
**web_url** | **string** |  | [optional] [default to undefined]
**email** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesUserBasic } from 'berg';

const instance: APIEntitiesUserBasic = {
    id,
    username,
    name,
    state,
    avatar_url,
    avatar_path,
    custom_attributes,
    web_url,
    email,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
