# representative

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

```
representative(

  id: ID!

): RepresentativeData!
```

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

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

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

#### [`RepresentativeData`](https://docs.monei.com/apis/graphql/types/objects/representative-data/.md) object[​](#representativedata- "Direct link to 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`.
