---
title: "schemas-ParticipantDto"
url: "https://developer.pexa.co.uk/apis/workspace-v1-v1/versions/f42817f3-815f-4a74-8ba5-2f83efd8ab42/schemas/schemas-ParticipantDto"
---

> Full API specification: https://developer.pexa.co.uk/apis/workspace-v1-v1/versions/f42817f3-815f-4a74-8ba5-2f83efd8ab42.md

# schemas-ParticipantDto

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Workspace
  version: v1
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    schemas-ParticipantDto:
      type: object
      required:
        - id
        - role
      properties:
        id:
          type: string
          format: uuid
        role:
          type: string
          pattern: ^(INCOMING_LENDER_REPRESENTATIVE|INCOMING_LENDER)$
          description: |
            Participant Role:
             * `INCOMING_LENDER_REPRESENTATIVE`
             * `INCOMING_LENDER`
```
