# updateIdentity

Updates an existing identity. Only fields provided in `input` are written.

```
updateIdentity(

  input: UpdateIdentityInput!

): Identity!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`updateIdentity.input`](#input) ● [`UpdateIdentityInput!`](https://docs.monei.com/apis/graphql/types/inputs/update-identity-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`Identity`](https://docs.monei.com/apis/graphql/types/objects/identity/.md) object[​](#identity- "Direct link to identity-")

Account representative undergoing KYC/identity verification. Stores personal data, document number, and the verification outcome produced by the hosted ID-verification session (see `createIdSession`).
