> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: UpdateContactRequest

Update contact request.

## Extends

* [`CreateContactRequest`](./CreateContactRequest)

## Properties

### company?

> `optional` **company**: [`Company`](./Company)

Company details of the contact.

#### Inherited from

[`CreateContactRequest`](./CreateContactRequest).[`company`](CreateContactRequest.md#company)

***

### groupOfPeople?

> `optional` **groupOfPeople**: [`CreateGroupOfPeopleRequest`](./CreateGroupOfPeopleRequest)

Group of people details of the contact.

#### Inherited from

[`CreateContactRequest`](./CreateContactRequest).[`groupOfPeople`](CreateContactRequest.md#groupofpeople)

***

### id

> **id**: `string`

Contact id

***

### person?

> `optional` **person**: [`Person`](./Person)

Person details of the contact.

#### Inherited from

[`CreateContactRequest`](./CreateContactRequest).[`person`](CreateContactRequest.md#person)

***

### trust?

> `optional` **trust**: [`CreateTrustRequest`](./../type-aliases/CreateTrustRequest)

Trust details of the contact.

Only supported in US.

#### Inherited from

[`CreateContactRequest`](./CreateContactRequest).[`trust`](CreateContactRequest.md#trust)
