# OrganizationTeamMemberUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstName** | **string** |  | [optional] [default to undefined]
**lastName** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**nickName** | **string** |  | [optional] [default to undefined]
**email** | **string** |  | [optional] [default to undefined]
**phone** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**bio** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**linkedIn** | **string** |  | [optional] [default to undefined]
**facebook** | **string** |  | [optional] [default to undefined]
**instagram** | **string** |  | [optional] [default to undefined]
**twitter** | **string** |  | [optional] [default to undefined]
**tikTok** | **string** |  | [optional] [default to undefined]
**discord** | **string** |  | [optional] [default to undefined]
**priority** | **number** |  | [optional] [default to undefined]
**startDate** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: OrganizationTeamMemberUpdateInputs = {
    firstName,
    lastName,
    slug,
    nickName,
    email,
    phone,
    title,
    bio,
    imageId,
    linkedIn,
    facebook,
    instagram,
    twitter,
    tikTok,
    discord,
    priority,
    startDate,
};
```

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