# UserDto

## Properties

| Name            | Type       | Description | Notes                  |
| --------------- | ---------- | ----------- | ---------------------- |
| **principalId** | **string** |             | [default to undefined] |

## Example

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

const instance: UserDto = {
  principalId,
}
```

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