UpdateIdentityInput
Input for updateIdentity. Only provided fields are written; omitted fields are left unchanged.
input UpdateIdentityInput {
id: ID
address: AddressInput
citizenship: String
documentNumber: String
email: String
firstName: String
hasNoPublicActivity: Boolean
lastName: String
nationality: String
phone: String
}
Fields
UpdateIdentityInput.id ● ID scalar
Identity ID. Defaults to the account's primary representative when omitted.
UpdateIdentityInput.address ● AddressInput input
Representative's residential address.
UpdateIdentityInput.citizenship ● String scalar
Country of legal citizenship (ISO 3166-1 alpha-2). May differ from nationality for dual citizens or naturalized citizens.
UpdateIdentityInput.documentNumber ● String scalar
Tax/identity document number (e.g. NIF/CIF/NIE for Spain, passport number for non-EU residents).
UpdateIdentityInput.email ● String scalar
Representative's email.
UpdateIdentityInput.firstName ● String scalar
Representative's first name.
UpdateIdentityInput.hasNoPublicActivity ● Boolean scalar
Representative self-declares no PEP/public-activity exposure.
UpdateIdentityInput.lastName ● String scalar
Representative's last name.
UpdateIdentityInput.nationality ● String scalar
Country of nationality (ISO 3166-1 alpha-2). Country of origin/birth; may differ from citizenship for dual citizens or naturalized citizens.
UpdateIdentityInput.phone ● String scalar
Representative's phone in E.164 format, e.g. +34666777888.
Member Of
updateIdentity mutation