# UserList

## Properties

| Name                 | Type                                   | Description | Notes                             |
| -------------------- | -------------------------------------- | ----------- | --------------------------------- |
| **records**          | [**Array&lt;UserDto&gt;**](UserDto.md) |             | [default to undefined]            |
| **lastEvaluatedKey** | **string**                             |             | [optional] [default to undefined] |

## Example

```typescript
import { UserList } from '@affinidi-tdk/iam-client'

const instance: UserList = {
  records,
  lastEvaluatedKey,
}
```

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