# updateIdentity

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

```
updateIdentity(

  input: UpdateIdentityInput!

): Identity!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

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

### Type[​](#type "Enlace directo al Type")

#### [`Identity`](https://docs.monei.com/es/es/apis/graphql/types/objects/identity/.md) object[​](#identity- "Enlace directo al 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`).
