# representative

Legal representative by ID, scoped to the caller's account.

```
representative(

  id: ID!

): RepresentativeData!
```

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

#### [`representative.id`](#id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Enlace directo al id")

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

#### [`RepresentativeData`](https://docs.monei.com/es/es/apis/graphql/types/objects/representative-data/.md) object[​](#representativedata- "Enlace directo al representativedata-")

Legal representative of a merchant account, used for KYC/AML compliance. Includes the primary representative (signatory) and any additional ultimate beneficial owners (UBOs). Full personal data (name, document, verification status) is exposed via the `Identity` type, looked up by `identityId`.
