# UserUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**firstName** | **string** |  | [optional] [default to undefined]
**lastName** | **string** |  | [optional] [default to undefined]
**termsAccepted** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { UserUpdateInputs } from '@connectedxm/admin-sdk';

const instance: UserUpdateInputs = {
    title,
    firstName,
    lastName,
    termsAccepted,
};
```

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